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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 56,
    "results": [
        {
            "start": 1370406635,
            "stop": 1370407965
        },
        {
            "start": 1370407967,
            "stop": 1370409922
        },
        {
            "start": 1370409927,
            "stop": 1370410335
        },
        {
            "start": 1370410337,
            "stop": 1370412262
        },
        {
            "start": 1370412264,
            "stop": 1370412897
        },
        {
            "start": 1370412901,
            "stop": 1370414294
        },
        {
            "start": 1370414295,
            "stop": 1370415852
        },
        {
            "start": 1370415854,
            "stop": 1370417952
        },
        {
            "start": 1370417953,
            "stop": 1370419985
        },
        {
            "start": 1370419987,
            "stop": 1370422144
        },
        {
            "start": 1370422147,
            "stop": 1370422204
        },
        {
            "start": 1370422205,
            "stop": 1370424203
        },
        {
            "start": 1370424205,
            "stop": 1370426537
        },
        {
            "start": 1370426539,
            "stop": 1370427066
        },
        {
            "start": 1370427070,
            "stop": 1370427083
        },
        {
            "start": 1370431479,
            "stop": 1370431537
        },
        {
            "start": 1370431539,
            "stop": 1370433515
        },
        {
            "start": 1370433517,
            "stop": 1370433782
        },
        {
            "start": 1370433784,
            "stop": 1370435043
        },
        {
            "start": 1370435044,
            "stop": 1370436798
        }
    ]
}