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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5336",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5337,
    "results": [
        {
            "start": 971194578,
            "stop": 971194925
        },
        {
            "start": 971194928,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235005
        },
        {
            "start": 971235008,
            "stop": 971235332
        },
        {
            "start": 971235335,
            "stop": 971235364
        },
        {
            "start": 971235367,
            "stop": 971235532
        },
        {
            "start": 971235535,
            "stop": 971235578
        },
        {
            "start": 971235581,
            "stop": 971235726
        },
        {
            "start": 971236637,
            "stop": 971236713
        },
        {
            "start": 971236717,
            "stop": 971236917
        },
        {
            "start": 971236920,
            "stop": 971236942
        },
        {
            "start": 971236945,
            "stop": 971237288
        },
        {
            "start": 971237306,
            "stop": 971237421
        },
        {
            "start": 971237424,
            "stop": 971237537
        },
        {
            "start": 971237540,
            "stop": 971237576
        },
        {
            "start": 971237579,
            "stop": 971237681
        },
        {
            "start": 971237686,
            "stop": 971237826
        },
        {
            "start": 971237829,
            "stop": 971238226
        },
        {
            "start": 971238229,
            "stop": 971238282
        },
        {
            "start": 971238285,
            "stop": 971238790
        }
    ]
}