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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40889",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40890,
    "results": [
        {
            "start": 875074849,
            "stop": 875074986
        },
        {
            "start": 875074987,
            "stop": 875075029
        },
        {
            "start": 875075030,
            "stop": 875075168
        },
        {
            "start": 875075169,
            "stop": 875075199
        },
        {
            "start": 875075200,
            "stop": 875075284
        },
        {
            "start": 875075285,
            "stop": 875075424
        },
        {
            "start": 875075425,
            "stop": 875075429
        },
        {
            "start": 875075430,
            "stop": 875075479
        },
        {
            "start": 875075481,
            "stop": 875075484
        },
        {
            "start": 875075485,
            "stop": 875075563
        },
        {
            "start": 875075564,
            "stop": 875075582
        },
        {
            "start": 875075583,
            "stop": 875075603
        },
        {
            "start": 875075605,
            "stop": 875075731
        },
        {
            "start": 875075732,
            "stop": 875075757
        },
        {
            "start": 875075758,
            "stop": 875075795
        },
        {
            "start": 875075796,
            "stop": 875075812
        },
        {
            "start": 875075813,
            "stop": 875075814
        },
        {
            "start": 875075815,
            "stop": 875075816
        },
        {
            "start": 875075818,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875077179
        }
    ]
}