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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1866",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1864",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1865,
    "results": [
        {
            "start": 967972583,
            "stop": 967982264
        },
        {
            "start": 967988776,
            "stop": 967992256
        },
        {
            "start": 967992257,
            "stop": 967998555
        },
        {
            "start": 967999123,
            "stop": 968019342
        },
        {
            "start": 968019343,
            "stop": 968024633
        },
        {
            "start": 968024819,
            "stop": 968040009
        },
        {
            "start": 968040010,
            "stop": 968049572
        },
        {
            "start": 968049573,
            "stop": 968053692
        },
        {
            "start": 968059588,
            "stop": 968065663
        },
        {
            "start": 968067164,
            "stop": 968075427
        },
        {
            "start": 968092571,
            "stop": 968095035
        },
        {
            "start": 968095036,
            "stop": 968109193
        },
        {
            "start": 968109220,
            "stop": 968114686
        },
        {
            "start": 968261889,
            "stop": 968264704
        },
        {
            "start": 968264896,
            "stop": 968266155
        },
        {
            "start": 968266156,
            "stop": 968281117
        },
        {
            "start": 968281118,
            "stop": 968283271
        },
        {
            "start": 968286263,
            "stop": 968290580
        },
        {
            "start": 968290581,
            "stop": 968291007
        },
        {
            "start": 968291008,
            "stop": 968297668
        }
    ]
}