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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3797",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3798,
    "results": [
        {
            "start": 874526160,
            "stop": 874526220
        },
        {
            "start": 874526414,
            "stop": 874526460
        },
        {
            "start": 874526580,
            "stop": 874526640
        },
        {
            "start": 874526712,
            "stop": 874526910
        },
        {
            "start": 874526913,
            "stop": 874526996
        },
        {
            "start": 874526999,
            "stop": 874527017
        },
        {
            "start": 874527020,
            "stop": 874527043
        },
        {
            "start": 874527047,
            "stop": 874527060
        },
        {
            "start": 874527120,
            "stop": 874527180
        },
        {
            "start": 874527300,
            "stop": 874527319
        },
        {
            "start": 874527322,
            "stop": 874527324
        },
        {
            "start": 874527327,
            "stop": 874527339
        },
        {
            "start": 874527540,
            "stop": 874527586
        },
        {
            "start": 874527589,
            "stop": 874527600
        },
        {
            "start": 874527660,
            "stop": 874527716
        },
        {
            "start": 874527719,
            "stop": 874527720
        },
        {
            "start": 874528200,
            "stop": 874528259
        },
        {
            "start": 874528270,
            "stop": 874528380
        },
        {
            "start": 874528440,
            "stop": 874528453
        },
        {
            "start": 874528800,
            "stop": 874528934
        }
    ]
}