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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4869",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4867",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4868,
    "results": [
        {
            "start": 971552054,
            "stop": 971552098
        },
        {
            "start": 971552100,
            "stop": 971552276
        },
        {
            "start": 971552282,
            "stop": 971552470
        },
        {
            "start": 971552471,
            "stop": 971552478
        },
        {
            "start": 971552479,
            "stop": 971552505
        },
        {
            "start": 971552506,
            "stop": 971552591
        },
        {
            "start": 971552594,
            "stop": 971552618
        },
        {
            "start": 971555128,
            "stop": 971555161
        },
        {
            "start": 971555164,
            "stop": 971555315
        },
        {
            "start": 971555318,
            "stop": 971555529
        },
        {
            "start": 971555532,
            "stop": 971555552
        },
        {
            "start": 971555555,
            "stop": 971555613
        },
        {
            "start": 971555616,
            "stop": 971555629
        },
        {
            "start": 971555633,
            "stop": 971555714
        },
        {
            "start": 971555718,
            "stop": 971555719
        },
        {
            "start": 971555722,
            "stop": 971556239
        },
        {
            "start": 971556242,
            "stop": 971556264
        },
        {
            "start": 971556267,
            "stop": 971556548
        },
        {
            "start": 971556551,
            "stop": 971556739
        },
        {
            "start": 971556742,
            "stop": 971556779
        }
    ]
}