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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=761",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=759",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 760,
    "results": [
        {
            "start": 1249062416,
            "stop": 1249062463
        },
        {
            "start": 1249062467,
            "stop": 1249062468
        },
        {
            "start": 1249062474,
            "stop": 1249062475
        },
        {
            "start": 1249062480,
            "stop": 1249062482
        },
        {
            "start": 1249062491,
            "stop": 1249062834
        },
        {
            "start": 1249062839,
            "stop": 1249062866
        },
        {
            "start": 1249062869,
            "stop": 1249062872
        },
        {
            "start": 1249062875,
            "stop": 1249062882
        },
        {
            "start": 1249062885,
            "stop": 1249062898
        },
        {
            "start": 1249062902,
            "stop": 1249062940
        },
        {
            "start": 1249062941,
            "stop": 1249062948
        },
        {
            "start": 1249062951,
            "stop": 1249062968
        },
        {
            "start": 1249062969,
            "stop": 1249065512
        },
        {
            "start": 1249065514,
            "stop": 1249065745
        },
        {
            "start": 1249065750,
            "stop": 1249066341
        },
        {
            "start": 1249066342,
            "stop": 1249066365
        },
        {
            "start": 1249066368,
            "stop": 1249066428
        },
        {
            "start": 1249066429,
            "stop": 1249066907
        },
        {
            "start": 1249066910,
            "stop": 1249067105
        },
        {
            "start": 1249067107,
            "stop": 1249067230
        }
    ]
}