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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=42",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 43,
    "results": [
        {
            "start": 1238191874,
            "stop": 1238191879
        },
        {
            "start": 1238191881,
            "stop": 1238191890
        },
        {
            "start": 1238191891,
            "stop": 1238191892
        },
        {
            "start": 1238191894,
            "stop": 1238191901
        },
        {
            "start": 1238191902,
            "stop": 1238191909
        },
        {
            "start": 1238191910,
            "stop": 1238191925
        },
        {
            "start": 1238191934,
            "stop": 1238191951
        },
        {
            "start": 1238191953,
            "stop": 1238191959
        },
        {
            "start": 1238191960,
            "stop": 1238191965
        },
        {
            "start": 1238191966,
            "stop": 1238191971
        },
        {
            "start": 1238191973,
            "stop": 1238191978
        },
        {
            "start": 1238191979,
            "stop": 1238191983
        },
        {
            "start": 1238191984,
            "stop": 1238191987
        },
        {
            "start": 1238191990,
            "stop": 1238191997
        },
        {
            "start": 1238191999,
            "stop": 1238192005
        },
        {
            "start": 1238192006,
            "stop": 1238192010
        },
        {
            "start": 1238192011,
            "stop": 1238192014
        },
        {
            "start": 1238192015,
            "stop": 1238192020
        },
        {
            "start": 1238192022,
            "stop": 1238192040
        },
        {
            "start": 1238192044,
            "stop": 1238192045
        }
    ]
}