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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=290",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 291,
    "results": [
        {
            "start": 870127558,
            "stop": 870144718
        },
        {
            "start": 870144795,
            "stop": 870164446
        },
        {
            "start": 870165221,
            "stop": 870180209
        },
        {
            "start": 870215291,
            "stop": 870230378
        },
        {
            "start": 870230594,
            "stop": 870237004
        },
        {
            "start": 870237136,
            "stop": 870251649
        },
        {
            "start": 870252957,
            "stop": 870269722
        },
        {
            "start": 870270969,
            "stop": 870273695
        },
        {
            "start": 870280861,
            "stop": 870280934
        },
        {
            "start": 870280974,
            "stop": 870281003
        },
        {
            "start": 870282723,
            "stop": 870290407
        },
        {
            "start": 870290690,
            "stop": 870336602
        },
        {
            "start": 870337620,
            "stop": 870353043
        },
        {
            "start": 870354589,
            "stop": 870385284
        },
        {
            "start": 870388537,
            "stop": 870395883
        },
        {
            "start": 870396388,
            "stop": 870403322
        },
        {
            "start": 870403945,
            "stop": 870406624
        },
        {
            "start": 870407008,
            "stop": 870421106
        },
        {
            "start": 870422110,
            "stop": 870435165
        },
        {
            "start": 870437001,
            "stop": 870440430
        }
    ]
}