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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4366",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4367,
    "results": [
        {
            "start": 874881958,
            "stop": 874883362
        },
        {
            "start": 874883482,
            "stop": 874884090
        },
        {
            "start": 874884109,
            "stop": 874884179
        },
        {
            "start": 874884198,
            "stop": 874884762
        },
        {
            "start": 874884781,
            "stop": 874884875
        },
        {
            "start": 874884895,
            "stop": 874885379
        },
        {
            "start": 874885398,
            "stop": 874885446
        },
        {
            "start": 874885466,
            "stop": 874885709
        },
        {
            "start": 874885728,
            "stop": 874886303
        },
        {
            "start": 874886322,
            "stop": 874886472
        },
        {
            "start": 874886492,
            "stop": 874886687
        },
        {
            "start": 874886807,
            "stop": 874887111
        },
        {
            "start": 874887130,
            "stop": 874887247
        },
        {
            "start": 874887367,
            "stop": 874887453
        },
        {
            "start": 874887573,
            "stop": 874887759
        },
        {
            "start": 874887951,
            "stop": 874888175
        },
        {
            "start": 874888194,
            "stop": 874888222
        },
        {
            "start": 874888342,
            "stop": 874888384
        },
        {
            "start": 874888403,
            "stop": 874888417
        },
        {
            "start": 874888436,
            "stop": 874889158
        }
    ]
}