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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=413",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 414,
    "results": [
        {
            "start": 940082279,
            "stop": 940082288
        },
        {
            "start": 940132069,
            "stop": 940132878
        },
        {
            "start": 940139471,
            "stop": 940149774
        },
        {
            "start": 940149776,
            "stop": 940159256
        },
        {
            "start": 940159258,
            "stop": 940159263
        },
        {
            "start": 940159264,
            "stop": 940159271
        },
        {
            "start": 940159273,
            "stop": 940159276
        },
        {
            "start": 940159277,
            "stop": 940159278
        },
        {
            "start": 940159280,
            "stop": 940160841
        },
        {
            "start": 940170881,
            "stop": 940185185
        },
        {
            "start": 940187058,
            "stop": 940187241
        },
        {
            "start": 940190961,
            "stop": 940194315
        },
        {
            "start": 940211183,
            "stop": 940212907
        },
        {
            "start": 940214745,
            "stop": 940253568
        },
        {
            "start": 940253570,
            "stop": 940254155
        },
        {
            "start": 940254157,
            "stop": 940255024
        },
        {
            "start": 940255026,
            "stop": 940255188
        },
        {
            "start": 940255192,
            "stop": 940255214
        },
        {
            "start": 940255218,
            "stop": 940255265
        },
        {
            "start": 940263961,
            "stop": 940267156
        }
    ]
}