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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 31,
    "results": [
        {
            "start": 1400118957,
            "stop": 1400119275
        },
        {
            "start": 1400119280,
            "stop": 1400121277
        },
        {
            "start": 1400121279,
            "stop": 1400123062
        },
        {
            "start": 1400136713,
            "stop": 1400140623
        },
        {
            "start": 1400140628,
            "stop": 1400147679
        },
        {
            "start": 1400153791,
            "stop": 1400154023
        },
        {
            "start": 1400154027,
            "stop": 1400155521
        },
        {
            "start": 1400158233,
            "stop": 1400162525
        },
        {
            "start": 1400162527,
            "stop": 1400162830
        },
        {
            "start": 1400162833,
            "stop": 1400165877
        },
        {
            "start": 1400165925,
            "stop": 1400166469
        },
        {
            "start": 1400166517,
            "stop": 1400167365
        },
        {
            "start": 1400167368,
            "stop": 1400168685
        },
        {
            "start": 1400168688,
            "stop": 1400169354
        },
        {
            "start": 1400173017,
            "stop": 1400179849
        },
        {
            "start": 1400179852,
            "stop": 1400179933
        },
        {
            "start": 1400179997,
            "stop": 1400180507
        },
        {
            "start": 1400180510,
            "stop": 1400180917
        },
        {
            "start": 1400180965,
            "stop": 1400182605
        },
        {
            "start": 1400182653,
            "stop": 1400182973
        }
    ]
}