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=4422
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=4423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4421",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4422,
    "results": [
        {
            "start": 875224703,
            "stop": 875224798
        },
        {
            "start": 875224817,
            "stop": 875224836
        },
        {
            "start": 875225015,
            "stop": 875225034
        },
        {
            "start": 875225054,
            "stop": 875225130
        },
        {
            "start": 875225157,
            "stop": 875225166
        },
        {
            "start": 875225323,
            "stop": 875225328
        },
        {
            "start": 875225371,
            "stop": 875225381
        },
        {
            "start": 875225401,
            "stop": 875225404
        },
        {
            "start": 875225426,
            "stop": 875225662
        },
        {
            "start": 875225691,
            "stop": 875225722
        },
        {
            "start": 875225742,
            "stop": 875225793
        },
        {
            "start": 875225812,
            "stop": 875225820
        },
        {
            "start": 875225874,
            "stop": 875225898
        },
        {
            "start": 875225933,
            "stop": 875225939
        },
        {
            "start": 875225965,
            "stop": 875225974
        },
        {
            "start": 875225993,
            "stop": 875226060
        },
        {
            "start": 875226085,
            "stop": 875226093
        },
        {
            "start": 875226132,
            "stop": 875226138
        },
        {
            "start": 875226166,
            "stop": 875226179
        },
        {
            "start": 875226198,
            "stop": 875226244
        }
    ]
}