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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=86",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 87,
    "results": [
        {
            "start": 824511010,
            "stop": 824511011
        },
        {
            "start": 824511013,
            "stop": 824511019
        },
        {
            "start": 824511021,
            "stop": 824511032
        },
        {
            "start": 824511034,
            "stop": 824511038
        },
        {
            "start": 824511041,
            "stop": 824511050
        },
        {
            "start": 824511052,
            "stop": 824511054
        },
        {
            "start": 824511056,
            "stop": 824511060
        },
        {
            "start": 824511062,
            "stop": 824511067
        },
        {
            "start": 824511072,
            "stop": 824511087
        },
        {
            "start": 824511089,
            "stop": 824511090
        },
        {
            "start": 824511092,
            "stop": 824511119
        },
        {
            "start": 824511120,
            "stop": 824511123
        },
        {
            "start": 824511125,
            "stop": 824511167
        },
        {
            "start": 824511168,
            "stop": 824511179
        },
        {
            "start": 824511181,
            "stop": 824511191
        },
        {
            "start": 824511195,
            "stop": 824511210
        },
        {
            "start": 824511212,
            "stop": 824511213
        },
        {
            "start": 824511215,
            "stop": 824511227
        },
        {
            "start": 824511229,
            "stop": 824511232
        },
        {
            "start": 824511234,
            "stop": 824511249
        }
    ]
}