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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=42",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 43,
    "results": [
        {
            "start": 931347972,
            "stop": 931348005
        },
        {
            "start": 931348023,
            "stop": 931348032
        },
        {
            "start": 931348062,
            "stop": 931348066
        },
        {
            "start": 931348103,
            "stop": 931348153
        },
        {
            "start": 931348171,
            "stop": 931348193
        },
        {
            "start": 931348196,
            "stop": 931348239
        },
        {
            "start": 931348286,
            "stop": 931348325
        },
        {
            "start": 931348344,
            "stop": 931348360
        },
        {
            "start": 931348377,
            "stop": 931348426
        },
        {
            "start": 931348444,
            "stop": 931348520
        },
        {
            "start": 931348537,
            "stop": 931348540
        },
        {
            "start": 931348571,
            "stop": 931348589
        },
        {
            "start": 931348593,
            "stop": 931348674
        },
        {
            "start": 931348692,
            "stop": 931348708
        },
        {
            "start": 931348770,
            "stop": 931348785
        },
        {
            "start": 931349178,
            "stop": 931349184
        },
        {
            "start": 931349233,
            "stop": 931349256
        },
        {
            "start": 931349259,
            "stop": 931349282
        },
        {
            "start": 931349300,
            "stop": 931349359
        },
        {
            "start": 931349382,
            "stop": 931349417
        }
    ]
}