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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 98,
    "results": [
        {
            "start": 1371730856,
            "stop": 1371733662
        },
        {
            "start": 1371733664,
            "stop": 1371740339
        },
        {
            "start": 1371740341,
            "stop": 1371743129
        },
        {
            "start": 1371743131,
            "stop": 1371744139
        },
        {
            "start": 1371744141,
            "stop": 1371746382
        },
        {
            "start": 1371746385,
            "stop": 1371746600
        },
        {
            "start": 1371746601,
            "stop": 1371747475
        },
        {
            "start": 1371747477,
            "stop": 1371747766
        },
        {
            "start": 1371747768,
            "stop": 1371747801
        },
        {
            "start": 1371747803,
            "stop": 1371748394
        },
        {
            "start": 1371748398,
            "stop": 1371749040
        },
        {
            "start": 1371749044,
            "stop": 1371751575
        },
        {
            "start": 1371751578,
            "stop": 1371753419
        },
        {
            "start": 1371753421,
            "stop": 1371755066
        },
        {
            "start": 1371755068,
            "stop": 1371755298
        },
        {
            "start": 1371755300,
            "stop": 1371756955
        },
        {
            "start": 1371756959,
            "stop": 1371757269
        },
        {
            "start": 1371757270,
            "stop": 1371757510
        },
        {
            "start": 1371757512,
            "stop": 1371758168
        },
        {
            "start": 1371758169,
            "stop": 1371759864
        }
    ]
}