Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=215",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 216,
    "results": [
        {
            "start": 933122680,
            "stop": 933122899
        },
        {
            "start": 933122948,
            "stop": 933122950
        },
        {
            "start": 933122971,
            "stop": 933123036
        },
        {
            "start": 933123055,
            "stop": 933123141
        },
        {
            "start": 933123200,
            "stop": 933123377
        },
        {
            "start": 933123382,
            "stop": 933123470
        },
        {
            "start": 933123497,
            "stop": 933123500
        },
        {
            "start": 933123549,
            "stop": 933124208
        },
        {
            "start": 933124213,
            "stop": 933124258
        },
        {
            "start": 933124263,
            "stop": 933124368
        },
        {
            "start": 933124393,
            "stop": 933124654
        },
        {
            "start": 933124659,
            "stop": 933125972
        },
        {
            "start": 933125977,
            "stop": 933125990
        },
        {
            "start": 933126009,
            "stop": 933126026
        },
        {
            "start": 933126054,
            "stop": 933126302
        },
        {
            "start": 933126339,
            "stop": 933126439
        },
        {
            "start": 933126458,
            "stop": 933127535
        },
        {
            "start": 933127554,
            "stop": 933127574
        },
        {
            "start": 933127582,
            "stop": 933127670
        },
        {
            "start": 933127688,
            "stop": 933127704
        }
    ]
}