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=8193
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=8194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8192",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8193,
    "results": [
        {
            "start": 971366228,
            "stop": 971366532
        },
        {
            "start": 971366535,
            "stop": 971366878
        },
        {
            "start": 971366881,
            "stop": 971367980
        },
        {
            "start": 971367984,
            "stop": 971368052
        },
        {
            "start": 971368055,
            "stop": 971368444
        },
        {
            "start": 971368447,
            "stop": 971369018
        },
        {
            "start": 971369021,
            "stop": 971369685
        },
        {
            "start": 971369706,
            "stop": 971372969
        },
        {
            "start": 971372980,
            "stop": 971373652
        },
        {
            "start": 971373655,
            "stop": 971373826
        },
        {
            "start": 971373829,
            "stop": 971378048
        },
        {
            "start": 971378069,
            "stop": 971381111
        },
        {
            "start": 971381122,
            "stop": 971381445
        },
        {
            "start": 971381448,
            "stop": 971381728
        },
        {
            "start": 971381731,
            "stop": 971382427
        },
        {
            "start": 971382430,
            "stop": 971382463
        },
        {
            "start": 971382466,
            "stop": 971383598
        },
        {
            "start": 971383609,
            "stop": 971385126
        },
        {
            "start": 971385138,
            "stop": 971385635
        },
        {
            "start": 971387354,
            "stop": 971389438
        }
    ]
}