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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5150",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5151,
    "results": [
        {
            "start": 874720777,
            "stop": 874720799
        },
        {
            "start": 874720807,
            "stop": 874720891
        },
        {
            "start": 874720899,
            "stop": 874721094
        },
        {
            "start": 874721102,
            "stop": 874721197
        },
        {
            "start": 874721204,
            "stop": 874721272
        },
        {
            "start": 874721279,
            "stop": 874721311
        },
        {
            "start": 874721318,
            "stop": 874721331
        },
        {
            "start": 874721344,
            "stop": 874721364
        },
        {
            "start": 874721377,
            "stop": 874721403
        },
        {
            "start": 874721410,
            "stop": 874721449
        },
        {
            "start": 874721456,
            "stop": 874721463
        },
        {
            "start": 874721470,
            "stop": 874721566
        },
        {
            "start": 874721574,
            "stop": 874721613
        },
        {
            "start": 874721620,
            "stop": 874721631
        },
        {
            "start": 874721638,
            "stop": 874721659
        },
        {
            "start": 874721667,
            "stop": 874721902
        },
        {
            "start": 874721909,
            "stop": 874722007
        },
        {
            "start": 874722015,
            "stop": 874722031
        },
        {
            "start": 874722039,
            "stop": 874722263
        },
        {
            "start": 874722270,
            "stop": 874722330
        }
    ]
}