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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=104",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 105,
    "results": [
        {
            "start": 931730022,
            "stop": 931730024
        },
        {
            "start": 931730041,
            "stop": 931730070
        },
        {
            "start": 931730181,
            "stop": 931730222
        },
        {
            "start": 931730331,
            "stop": 931730340
        },
        {
            "start": 931730357,
            "stop": 931730375
        },
        {
            "start": 931730780,
            "stop": 931730854
        },
        {
            "start": 931730871,
            "stop": 931730895
        },
        {
            "start": 931730918,
            "stop": 931730925
        },
        {
            "start": 931730959,
            "stop": 931730983
        },
        {
            "start": 931731095,
            "stop": 931731100
        },
        {
            "start": 931731132,
            "stop": 931731144
        },
        {
            "start": 931731165,
            "stop": 931731182
        },
        {
            "start": 931731241,
            "stop": 931731278
        },
        {
            "start": 931731296,
            "stop": 931731316
        },
        {
            "start": 931731318,
            "stop": 931731451
        },
        {
            "start": 931731487,
            "stop": 931731592
        },
        {
            "start": 931731661,
            "stop": 931731690
        },
        {
            "start": 931731733,
            "stop": 931731734
        },
        {
            "start": 931731791,
            "stop": 931731804
        },
        {
            "start": 931731926,
            "stop": 931731932
        }
    ]
}