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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=176",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 177,
    "results": [
        {
            "start": 821651574,
            "stop": 821651585
        },
        {
            "start": 821651592,
            "stop": 821651600
        },
        {
            "start": 821651603,
            "stop": 821651609
        },
        {
            "start": 821651612,
            "stop": 821651614
        },
        {
            "start": 821651623,
            "stop": 821651631
        },
        {
            "start": 821651634,
            "stop": 821651639
        },
        {
            "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
        }
    ]
}