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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1951",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1949",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1950,
    "results": [
        {
            "start": 1252842731,
            "stop": 1252843417
        },
        {
            "start": 1252843420,
            "stop": 1252847617
        },
        {
            "start": 1252847620,
            "stop": 1252850184
        },
        {
            "start": 1252850187,
            "stop": 1252850701
        },
        {
            "start": 1252850704,
            "stop": 1252850975
        },
        {
            "start": 1252850978,
            "stop": 1252851722
        },
        {
            "start": 1252851725,
            "stop": 1252852547
        },
        {
            "start": 1252852549,
            "stop": 1252858814
        },
        {
            "start": 1252858817,
            "stop": 1252858909
        },
        {
            "start": 1252868191,
            "stop": 1252869298
        },
        {
            "start": 1252869301,
            "stop": 1252869589
        },
        {
            "start": 1252869591,
            "stop": 1252871836
        },
        {
            "start": 1252871838,
            "stop": 1252872069
        },
        {
            "start": 1252887145,
            "stop": 1252888764
        },
        {
            "start": 1252888767,
            "stop": 1252890508
        },
        {
            "start": 1252898302,
            "stop": 1252898891
        },
        {
            "start": 1252898894,
            "stop": 1252901528
        },
        {
            "start": 1252901531,
            "stop": 1252903963
        },
        {
            "start": 1252903965,
            "stop": 1252906306
        },
        {
            "start": 1252906308,
            "stop": 1252907697
        }
    ]
}