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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1372",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1373,
    "results": [
        {
            "start": 967972583,
            "stop": 967982279
        },
        {
            "start": 967988776,
            "stop": 967992256
        },
        {
            "start": 967992257,
            "stop": 967998570
        },
        {
            "start": 967999123,
            "stop": 968019342
        },
        {
            "start": 968019343,
            "stop": 968024633
        },
        {
            "start": 968024819,
            "stop": 968040009
        },
        {
            "start": 968040010,
            "stop": 968049572
        },
        {
            "start": 968049573,
            "stop": 968053707
        },
        {
            "start": 968059588,
            "stop": 968065678
        },
        {
            "start": 968067164,
            "stop": 968075442
        },
        {
            "start": 968092571,
            "stop": 968095035
        },
        {
            "start": 968095036,
            "stop": 968109193
        },
        {
            "start": 968109220,
            "stop": 968114701
        },
        {
            "start": 968261889,
            "stop": 968264704
        },
        {
            "start": 968264896,
            "stop": 968266155
        },
        {
            "start": 968266156,
            "stop": 968281117
        },
        {
            "start": 968281118,
            "stop": 968283286
        },
        {
            "start": 968286263,
            "stop": 968290580
        },
        {
            "start": 968290581,
            "stop": 968291007
        },
        {
            "start": 968291008,
            "stop": 968297668
        }
    ]
}