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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2206",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2207,
    "results": [
        {
            "start": 873478140,
            "stop": 873478145
        },
        {
            "start": 873478155,
            "stop": 873481980
        },
        {
            "start": 873482040,
            "stop": 873482083
        },
        {
            "start": 873484056,
            "stop": 873485012
        },
        {
            "start": 873485023,
            "stop": 873485040
        },
        {
            "start": 873485045,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489424
        },
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873489894,
            "stop": 873492054
        },
        {
            "start": 873492354,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873495652
        },
        {
            "start": 873495658,
            "stop": 873496805
        },
        {
            "start": 873496815,
            "stop": 873496837
        },
        {
            "start": 873496843,
            "stop": 873496860
        },
        {
            "start": 873496865,
            "stop": 873502177
        },
        {
            "start": 873502185,
            "stop": 873502197
        },
        {
            "start": 873502203,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873514432
        },
        {
            "start": 873514440,
            "stop": 873539783
        }
    ]
}