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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8200",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8201,
    "results": [
        {
            "start": 971447690,
            "stop": 971447777
        },
        {
            "start": 971447780,
            "stop": 971447807
        },
        {
            "start": 971447810,
            "stop": 971447830
        },
        {
            "start": 971447833,
            "stop": 971447921
        },
        {
            "start": 971447924,
            "stop": 971447963
        },
        {
            "start": 971447971,
            "stop": 971448029
        },
        {
            "start": 971448033,
            "stop": 971448040
        },
        {
            "start": 971448063,
            "stop": 971448078
        },
        {
            "start": 971448091,
            "stop": 971448093
        },
        {
            "start": 971448100,
            "stop": 971448125
        },
        {
            "start": 971448135,
            "stop": 971448193
        },
        {
            "start": 971448196,
            "stop": 971448223
        },
        {
            "start": 971448228,
            "stop": 971448252
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        },
        {
            "start": 971448392,
            "stop": 971448475
        },
        {
            "start": 971448478,
            "stop": 971448492
        },
        {
            "start": 971448496,
            "stop": 971448589
        }
    ]
}