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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=113",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 114,
    "results": [
        {
            "start": 1238719170,
            "stop": 1238719180
        },
        {
            "start": 1238719182,
            "stop": 1238719189
        },
        {
            "start": 1238719191,
            "stop": 1238719221
        },
        {
            "start": 1238724450,
            "stop": 1238725630
        },
        {
            "start": 1238725633,
            "stop": 1238727307
        },
        {
            "start": 1238727312,
            "stop": 1238727563
        },
        {
            "start": 1238727566,
            "stop": 1238728030
        },
        {
            "start": 1238728034,
            "stop": 1238730493
        },
        {
            "start": 1238730497,
            "stop": 1238731467
        },
        {
            "start": 1238731468,
            "stop": 1238731789
        },
        {
            "start": 1238731792,
            "stop": 1238731954
        },
        {
            "start": 1238731956,
            "stop": 1238732638
        },
        {
            "start": 1238732643,
            "stop": 1238733901
        },
        {
            "start": 1238733905,
            "stop": 1238733972
        },
        {
            "start": 1238733975,
            "stop": 1238734167
        },
        {
            "start": 1238734170,
            "stop": 1238736002
        },
        {
            "start": 1238736006,
            "stop": 1238742140
        },
        {
            "start": 1238742143,
            "stop": 1238742749
        },
        {
            "start": 1238742752,
            "stop": 1238743027
        },
        {
            "start": 1238743030,
            "stop": 1238744564
        }
    ]
}