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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=87",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 88,
    "results": [
        {
            "start": 824511252,
            "stop": 824511253
        },
        {
            "start": 824511255,
            "stop": 824511257
        },
        {
            "start": 824511261,
            "stop": 824511269
        },
        {
            "start": 824511271,
            "stop": 824511275
        },
        {
            "start": 824511277,
            "stop": 824511282
        },
        {
            "start": 824511284,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824524470
        },
        {
            "start": 824524590,
            "stop": 824526228
        },
        {
            "start": 824526237,
            "stop": 824527060
        },
        {
            "start": 824527063,
            "stop": 824527091
        },
        {
            "start": 824527094,
            "stop": 824527095
        },
        {
            "start": 824527097,
            "stop": 824527113
        },
        {
            "start": 824527115,
            "stop": 824527175
        },
        {
            "start": 824527179,
            "stop": 824529503
        },
        {
            "start": 824529505,
            "stop": 824534517
        },
        {
            "start": 824534523,
            "stop": 824534535
        },
        {
            "start": 824534543,
            "stop": 824536635
        },
        {
            "start": 824536638,
            "stop": 824537148
        },
        {
            "start": 824537151,
            "stop": 824537418
        },
        {
            "start": 824537421,
            "stop": 824538323
        }
    ]
}