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=943
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=944",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=942",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 943,
    "results": [
        {
            "start": 1251636708,
            "stop": 1251636777
        },
        {
            "start": 1251636782,
            "stop": 1251636822
        },
        {
            "start": 1251636827,
            "stop": 1251636953
        },
        {
            "start": 1251636958,
            "stop": 1251637039
        },
        {
            "start": 1251637044,
            "stop": 1251637089
        },
        {
            "start": 1251637094,
            "stop": 1251637739
        },
        {
            "start": 1251637743,
            "stop": 1251637804
        },
        {
            "start": 1251637808,
            "stop": 1251638052
        },
        {
            "start": 1251638057,
            "stop": 1251638210
        },
        {
            "start": 1251638215,
            "stop": 1251638510
        },
        {
            "start": 1251638515,
            "stop": 1251638604
        },
        {
            "start": 1251638609,
            "stop": 1251638667
        },
        {
            "start": 1251638671,
            "stop": 1251638697
        },
        {
            "start": 1251638702,
            "stop": 1251638707
        },
        {
            "start": 1251638711,
            "stop": 1251638726
        },
        {
            "start": 1251638731,
            "stop": 1251638908
        },
        {
            "start": 1251638913,
            "stop": 1251639018
        },
        {
            "start": 1251639023,
            "stop": 1251639185
        },
        {
            "start": 1251639190,
            "stop": 1251639212
        },
        {
            "start": 1251639215,
            "stop": 1251639342
        }
    ]
}