Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8174",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8175,
    "results": [
        {
            "start": 971010555,
            "stop": 971010579
        },
        {
            "start": 971010582,
            "stop": 971010591
        },
        {
            "start": 971010594,
            "stop": 971010599
        },
        {
            "start": 971010602,
            "stop": 971010648
        },
        {
            "start": 971010651,
            "stop": 971010681
        },
        {
            "start": 971010684,
            "stop": 971010709
        },
        {
            "start": 971010712,
            "stop": 971010714
        },
        {
            "start": 971010718,
            "stop": 971010724
        },
        {
            "start": 971010727,
            "stop": 971010795
        },
        {
            "start": 971010799,
            "stop": 971010820
        },
        {
            "start": 971010823,
            "stop": 971010826
        },
        {
            "start": 971010829,
            "stop": 971010838
        },
        {
            "start": 971010841,
            "stop": 971011017
        },
        {
            "start": 971011020,
            "stop": 971011029
        },
        {
            "start": 971011032,
            "stop": 971011034
        },
        {
            "start": 971011037,
            "stop": 971011065
        },
        {
            "start": 971011068,
            "stop": 971011076
        },
        {
            "start": 971011079,
            "stop": 971011102
        },
        {
            "start": 971011105,
            "stop": 971011274
        },
        {
            "start": 971011277,
            "stop": 971011305
        }
    ]
}