Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=556
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=555",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 556,
    "results": [
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368558,
            "stop": 872373244
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872384570
        },
        {
            "start": 872384575,
            "stop": 872415263
        },
        {
            "start": 872415265,
            "stop": 872415562
        },
        {
            "start": 872415564,
            "stop": 872419754
        },
        {
            "start": 872419864,
            "stop": 872420424
        },
        {
            "start": 872420834,
            "stop": 872436590
        },
        {
            "start": 872436592,
            "stop": 872437067
        },
        {
            "start": 872437073,
            "stop": 872437860
        },
        {
            "start": 872437920,
            "stop": 872438872
        },
        {
            "start": 872438875,
            "stop": 872441221
        },
        {
            "start": 872441224,
            "stop": 872442801
        },
        {
            "start": 872443144,
            "stop": 872443415
        },
        {
            "start": 872443418,
            "stop": 872446414
        },
        {
            "start": 872446418,
            "stop": 872446560
        },
        {
            "start": 872446620,
            "stop": 872446648
        },
        {
            "start": 872446652,
            "stop": 872448019
        },
        {
            "start": 872448022,
            "stop": 872450700
        }
    ]
}