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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 163,
    "results": [
        {
            "start": 931423436,
            "stop": 931423517
        },
        {
            "start": 931423519,
            "stop": 931423533
        },
        {
            "start": 931423534,
            "stop": 931423605
        },
        {
            "start": 931423609,
            "stop": 931423621
        },
        {
            "start": 931423624,
            "stop": 931423631
        },
        {
            "start": 931423632,
            "stop": 931423637
        },
        {
            "start": 931423639,
            "stop": 931423652
        },
        {
            "start": 931423654,
            "stop": 931423661
        },
        {
            "start": 931423662,
            "stop": 931423927
        },
        {
            "start": 931423928,
            "stop": 931424131
        },
        {
            "start": 931424132,
            "stop": 931424187
        },
        {
            "start": 931424188,
            "stop": 931424262
        },
        {
            "start": 931424263,
            "stop": 931424275
        },
        {
            "start": 931424276,
            "stop": 931424334
        },
        {
            "start": 931424335,
            "stop": 931424345
        },
        {
            "start": 931424346,
            "stop": 931424365
        },
        {
            "start": 931424366,
            "stop": 931424415
        },
        {
            "start": 931426097,
            "stop": 931426101
        },
        {
            "start": 931426104,
            "stop": 931426130
        },
        {
            "start": 931426132,
            "stop": 931426173
        }
    ]
}