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/H1_BURST_CAT1/segments?format=api&page=336
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=335",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 336,
    "results": [
        {
            "start": 872331690,
            "stop": 872345471
        },
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872345890,
            "stop": 872346205
        },
        {
            "start": 872346505,
            "stop": 872348461
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368558,
            "stop": 872373244
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872415263
        },
        {
            "start": 872415265,
            "stop": 872415562
        },
        {
            "start": 872415564,
            "stop": 872419754
        },
        {
            "start": 872419864,
            "stop": 872420424
        },
        {
            "start": 872420834,
            "stop": 872436590
        },
        {
            "start": 872436592,
            "stop": 872442801
        },
        {
            "start": 872443144,
            "stop": 872458966
        },
        {
            "start": 872458967,
            "stop": 872461197
        },
        {
            "start": 872461307,
            "stop": 872461416
        },
        {
            "start": 872461837,
            "stop": 872515619
        },
        {
            "start": 872518631,
            "stop": 872530462
        },
        {
            "start": 872530595,
            "stop": 872534367
        }
    ]
}