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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 328,
    "results": [
        {
            "start": 852578426,
            "stop": 852578431
        },
        {
            "start": 852578435,
            "stop": 852578436
        },
        {
            "start": 852578440,
            "stop": 852578441
        },
        {
            "start": 852578446,
            "stop": 852578448
        },
        {
            "start": 852578451,
            "stop": 852578452
        },
        {
            "start": 852578457,
            "stop": 852578515
        },
        {
            "start": 852579063,
            "stop": 852580469
        },
        {
            "start": 852580579,
            "stop": 852580796
        },
        {
            "start": 852582030,
            "stop": 852582791
        },
        {
            "start": 852583091,
            "stop": 852583588
        },
        {
            "start": 852583591,
            "stop": 852583796
        },
        {
            "start": 852584096,
            "stop": 852585369
        },
        {
            "start": 852585371,
            "stop": 852585372
        },
        {
            "start": 852585373,
            "stop": 852585652
        },
        {
            "start": 852585768,
            "stop": 852585857
        },
        {
            "start": 852585969,
            "stop": 852586387
        },
        {
            "start": 852586393,
            "stop": 852586415
        },
        {
            "start": 852586420,
            "stop": 852587053
        },
        {
            "start": 852587170,
            "stop": 852587495
        },
        {
            "start": 852587500,
            "stop": 852587576
        }
    ]
}