Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=274",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 275,
    "results": [
        {
            "start": 857645212,
            "stop": 857645217
        },
        {
            "start": 857645226,
            "stop": 857645232
        },
        {
            "start": 857645255,
            "stop": 857645260
        },
        {
            "start": 857645265,
            "stop": 857645271
        },
        {
            "start": 857645275,
            "stop": 857645285
        },
        {
            "start": 857645309,
            "stop": 857645323
        },
        {
            "start": 857645332,
            "stop": 857645338
        },
        {
            "start": 857645342,
            "stop": 857645343
        },
        {
            "start": 857645352,
            "stop": 857645366
        },
        {
            "start": 857645377,
            "stop": 857645382
        },
        {
            "start": 857645386,
            "stop": 857645416
        },
        {
            "start": 857647201,
            "stop": 857647359
        },
        {
            "start": 857647364,
            "stop": 857647388
        },
        {
            "start": 857647397,
            "stop": 857647427
        },
        {
            "start": 857647436,
            "stop": 857648045
        },
        {
            "start": 857648049,
            "stop": 857651855
        },
        {
            "start": 857651869,
            "stop": 857651899
        },
        {
            "start": 857651903,
            "stop": 857651909
        },
        {
            "start": 857651917,
            "stop": 857651995
        },
        {
            "start": 857652008,
            "stop": 857652016
        }
    ]
}