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=916
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=917",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=915",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 916,
    "results": [
        {
            "start": 1251462427,
            "stop": 1251462779
        },
        {
            "start": 1251462784,
            "stop": 1251462827
        },
        {
            "start": 1251462831,
            "stop": 1251462987
        },
        {
            "start": 1251462991,
            "stop": 1251463138
        },
        {
            "start": 1251463142,
            "stop": 1251463273
        },
        {
            "start": 1251463277,
            "stop": 1251463378
        },
        {
            "start": 1251463382,
            "stop": 1251463457
        },
        {
            "start": 1251463461,
            "stop": 1251463539
        },
        {
            "start": 1251463543,
            "stop": 1251463579
        },
        {
            "start": 1251463582,
            "stop": 1251463601
        },
        {
            "start": 1251463605,
            "stop": 1251464488
        },
        {
            "start": 1251464492,
            "stop": 1251464662
        },
        {
            "start": 1251464665,
            "stop": 1251464912
        },
        {
            "start": 1251464916,
            "stop": 1251465371
        },
        {
            "start": 1251465375,
            "stop": 1251465746
        },
        {
            "start": 1251465750,
            "stop": 1251465951
        },
        {
            "start": 1251465955,
            "stop": 1251466145
        },
        {
            "start": 1251466149,
            "stop": 1251466321
        },
        {
            "start": 1251466325,
            "stop": 1251466544
        },
        {
            "start": 1251466548,
            "stop": 1251466624
        }
    ]
}