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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=75",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 76,
    "results": [
        {
            "start": 822889827,
            "stop": 822889832
        },
        {
            "start": 822889836,
            "stop": 822889851
        },
        {
            "start": 822889855,
            "stop": 822889866
        },
        {
            "start": 822893845,
            "stop": 822898023
        },
        {
            "start": 822898027,
            "stop": 822898123
        },
        {
            "start": 822898273,
            "stop": 822910573
        },
        {
            "start": 822910577,
            "stop": 822910602
        },
        {
            "start": 822910616,
            "stop": 822910655
        },
        {
            "start": 822910658,
            "stop": 822910688
        },
        {
            "start": 822910692,
            "stop": 822910712
        },
        {
            "start": 822910720,
            "stop": 822910759
        },
        {
            "start": 822910763,
            "stop": 822910822
        },
        {
            "start": 822910826,
            "stop": 822910870
        },
        {
            "start": 822910898,
            "stop": 822910913
        },
        {
            "start": 822910922,
            "stop": 822910927
        },
        {
            "start": 822910932,
            "stop": 822910937
        },
        {
            "start": 822910941,
            "stop": 822910956
        },
        {
            "start": 822910965,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822913090
        },
        {
            "start": 822913244,
            "stop": 822913375
        }
    ]
}