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=5104
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=5105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5103",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5104,
    "results": [
        {
            "start": 874662422,
            "stop": 874662546
        },
        {
            "start": 874662553,
            "stop": 874662578
        },
        {
            "start": 874662585,
            "stop": 874662669
        },
        {
            "start": 874662676,
            "stop": 874662725
        },
        {
            "start": 874662732,
            "stop": 874662735
        },
        {
            "start": 874662742,
            "stop": 874662821
        },
        {
            "start": 874662828,
            "stop": 874662889
        },
        {
            "start": 874662901,
            "stop": 874662997
        },
        {
            "start": 874663004,
            "stop": 874663032
        },
        {
            "start": 874663039,
            "stop": 874663094
        },
        {
            "start": 874663101,
            "stop": 874663118
        },
        {
            "start": 874663125,
            "stop": 874663213
        },
        {
            "start": 874663220,
            "stop": 874663247
        },
        {
            "start": 874663254,
            "stop": 874663368
        },
        {
            "start": 874663375,
            "stop": 874663381
        },
        {
            "start": 874663393,
            "stop": 874663408
        },
        {
            "start": 874663416,
            "stop": 874663515
        },
        {
            "start": 874663523,
            "stop": 874663554
        },
        {
            "start": 874663561,
            "stop": 874663655
        },
        {
            "start": 874663662,
            "stop": 874663757
        }
    ]
}