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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4052",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4053,
    "results": [
        {
            "start": 875103877,
            "stop": 875103892
        },
        {
            "start": 875103895,
            "stop": 875103913
        },
        {
            "start": 875103916,
            "stop": 875103974
        },
        {
            "start": 875103982,
            "stop": 875103993
        },
        {
            "start": 875103996,
            "stop": 875104005
        },
        {
            "start": 875104009,
            "stop": 875104025
        },
        {
            "start": 875104028,
            "stop": 875104103
        },
        {
            "start": 875104106,
            "stop": 875104133
        },
        {
            "start": 875104136,
            "stop": 875105185
        },
        {
            "start": 875105188,
            "stop": 875105209
        },
        {
            "start": 875105212,
            "stop": 875105351
        },
        {
            "start": 875105357,
            "stop": 875105409
        },
        {
            "start": 875105412,
            "stop": 875105947
        },
        {
            "start": 875105950,
            "stop": 875106057
        },
        {
            "start": 875106059,
            "stop": 875106309
        },
        {
            "start": 875106316,
            "stop": 875106427
        },
        {
            "start": 875106432,
            "stop": 875106442
        },
        {
            "start": 875106445,
            "stop": 875106456
        },
        {
            "start": 875106461,
            "stop": 875106497
        },
        {
            "start": 875106500,
            "stop": 875106538
        }
    ]
}