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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=992",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=990",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 991,
    "results": [
        {
            "start": 1251826735,
            "stop": 1251826816
        },
        {
            "start": 1251826821,
            "stop": 1251826851
        },
        {
            "start": 1251826856,
            "stop": 1251827008
        },
        {
            "start": 1251827012,
            "stop": 1251827028
        },
        {
            "start": 1251827033,
            "stop": 1251827166
        },
        {
            "start": 1251827171,
            "stop": 1251827252
        },
        {
            "start": 1251827255,
            "stop": 1251827270
        },
        {
            "start": 1251827274,
            "stop": 1251827281
        },
        {
            "start": 1251827286,
            "stop": 1251827299
        },
        {
            "start": 1251827304,
            "stop": 1251827344
        },
        {
            "start": 1251827349,
            "stop": 1251827541
        },
        {
            "start": 1251827545,
            "stop": 1251827558
        },
        {
            "start": 1251827561,
            "stop": 1251827641
        },
        {
            "start": 1251827645,
            "stop": 1251827873
        },
        {
            "start": 1251827878,
            "stop": 1251828217
        },
        {
            "start": 1251828222,
            "stop": 1251828367
        },
        {
            "start": 1251828372,
            "stop": 1251828381
        },
        {
            "start": 1251828385,
            "stop": 1251828387
        },
        {
            "start": 1251828390,
            "stop": 1251828402
        },
        {
            "start": 1251828405,
            "stop": 1251828453
        }
    ]
}