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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=192",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 193,
    "results": [
        {
            "start": 821651623,
            "stop": 821651631
        },
        {
            "start": 821651634,
            "stop": 821651639
        },
        {
            "start": 821651642,
            "stop": 821651644
        },
        {
            "start": 821651649,
            "stop": 821651655
        },
        {
            "start": 821651658,
            "stop": 821651676
        },
        {
            "start": 821651679,
            "stop": 821651688
        },
        {
            "start": 821651692,
            "stop": 821651696
        },
        {
            "start": 821651701,
            "stop": 821651709
        },
        {
            "start": 821651712,
            "stop": 821651716
        },
        {
            "start": 821651722,
            "stop": 821651732
        },
        {
            "start": 821651738,
            "stop": 821651747
        },
        {
            "start": 821651754,
            "stop": 821651757
        },
        {
            "start": 821651760,
            "stop": 821651769
        },
        {
            "start": 821651772,
            "stop": 821651774
        },
        {
            "start": 821651780,
            "stop": 821651786
        },
        {
            "start": 821651793,
            "stop": 821651795
        },
        {
            "start": 821651799,
            "stop": 821651802
        },
        {
            "start": 821651808,
            "stop": 821651822
        },
        {
            "start": 821651827,
            "stop": 821651828
        },
        {
            "start": 821651831,
            "stop": 821651860
        }
    ]
}