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=4851
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=4852",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4850",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4851,
    "results": [
        {
            "start": 971438809,
            "stop": 971439459
        },
        {
            "start": 971439480,
            "stop": 971439484
        },
        {
            "start": 971439520,
            "stop": 971439595
        },
        {
            "start": 971439598,
            "stop": 971439612
        },
        {
            "start": 971439615,
            "stop": 971439708
        },
        {
            "start": 971439711,
            "stop": 971440049
        },
        {
            "start": 971440052,
            "stop": 971440127
        },
        {
            "start": 971440130,
            "stop": 971440270
        },
        {
            "start": 971440273,
            "stop": 971440283
        },
        {
            "start": 971440286,
            "stop": 971440419
        },
        {
            "start": 971440422,
            "stop": 971440424
        },
        {
            "start": 971440427,
            "stop": 971440534
        },
        {
            "start": 971440537,
            "stop": 971440914
        },
        {
            "start": 971440917,
            "stop": 971441205
        },
        {
            "start": 971441208,
            "stop": 971441215
        },
        {
            "start": 971441218,
            "stop": 971441299
        },
        {
            "start": 971441303,
            "stop": 971441307
        },
        {
            "start": 971441310,
            "stop": 971441385
        },
        {
            "start": 971441388,
            "stop": 971441411
        },
        {
            "start": 971441414,
            "stop": 971441507
        }
    ]
}