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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 36,
    "results": [
        {
            "start": 1257459030,
            "stop": 1257459227
        },
        {
            "start": 1257459229,
            "stop": 1257461081
        },
        {
            "start": 1257461084,
            "stop": 1257461199
        },
        {
            "start": 1257461202,
            "stop": 1257461378
        },
        {
            "start": 1257461380,
            "stop": 1257461540
        },
        {
            "start": 1257461543,
            "stop": 1257462209
        },
        {
            "start": 1257462211,
            "stop": 1257463217
        },
        {
            "start": 1257463220,
            "stop": 1257463388
        },
        {
            "start": 1257463390,
            "stop": 1257464028
        },
        {
            "start": 1257464031,
            "stop": 1257464719
        },
        {
            "start": 1257464722,
            "stop": 1257465914
        },
        {
            "start": 1257465916,
            "stop": 1257466105
        },
        {
            "start": 1257466108,
            "stop": 1257466596
        },
        {
            "start": 1257466598,
            "stop": 1257468239
        },
        {
            "start": 1257468242,
            "stop": 1257469582
        },
        {
            "start": 1257469585,
            "stop": 1257469677
        },
        {
            "start": 1257469680,
            "stop": 1257470115
        },
        {
            "start": 1257470119,
            "stop": 1257470301
        },
        {
            "start": 1257470304,
            "stop": 1257471080
        },
        {
            "start": 1257471082,
            "stop": 1257471090
        }
    ]
}