Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 197,
    "results": [
        {
            "start": 931662918,
            "stop": 931662926
        },
        {
            "start": 931662930,
            "stop": 931662932
        },
        {
            "start": 931662938,
            "stop": 931662940
        },
        {
            "start": 931662946,
            "stop": 931662954
        },
        {
            "start": 931662957,
            "stop": 931662958
        },
        {
            "start": 931662964,
            "stop": 931662973
        },
        {
            "start": 931662976,
            "stop": 931662980
        },
        {
            "start": 931662983,
            "stop": 931662984
        },
        {
            "start": 931662987,
            "stop": 931663002
        },
        {
            "start": 931663006,
            "stop": 931663016
        },
        {
            "start": 931663022,
            "stop": 931663031
        },
        {
            "start": 931663034,
            "stop": 931663037
        },
        {
            "start": 931663048,
            "stop": 931663051
        },
        {
            "start": 931663054,
            "stop": 931663061
        },
        {
            "start": 931663064,
            "stop": 931663067
        },
        {
            "start": 931663070,
            "stop": 931663074
        },
        {
            "start": 931663077,
            "stop": 931663087
        },
        {
            "start": 931663090,
            "stop": 931663091
        },
        {
            "start": 931663097,
            "stop": 931663101
        },
        {
            "start": 931663105,
            "stop": 931663109
        }
    ]
}