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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5920",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5921,
    "results": [
        {
            "start": 875148605,
            "stop": 875148627
        },
        {
            "start": 875148633,
            "stop": 875148719
        },
        {
            "start": 875148722,
            "stop": 875148763
        },
        {
            "start": 875148766,
            "stop": 875148902
        },
        {
            "start": 875148905,
            "stop": 875149066
        },
        {
            "start": 875149069,
            "stop": 875149080
        },
        {
            "start": 875149083,
            "stop": 875149738
        },
        {
            "start": 875149741,
            "stop": 875150166
        },
        {
            "start": 875150169,
            "stop": 875150407
        },
        {
            "start": 875150411,
            "stop": 875150445
        },
        {
            "start": 875150448,
            "stop": 875150805
        },
        {
            "start": 875150808,
            "stop": 875150899
        },
        {
            "start": 875150902,
            "stop": 875151167
        },
        {
            "start": 875151170,
            "stop": 875151206
        },
        {
            "start": 875151209,
            "stop": 875151355
        },
        {
            "start": 875151358,
            "stop": 875151359
        },
        {
            "start": 875151362,
            "stop": 875151570
        },
        {
            "start": 875151573,
            "stop": 875151975
        },
        {
            "start": 875151979,
            "stop": 875151999
        },
        {
            "start": 875152002,
            "stop": 875152065
        }
    ]
}