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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7003",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7004,
    "results": [
        {
            "start": 873739529,
            "stop": 873739963
        },
        {
            "start": 873739964,
            "stop": 873740221
        },
        {
            "start": 873740222,
            "stop": 873740315
        },
        {
            "start": 873740316,
            "stop": 873740349
        },
        {
            "start": 873740351,
            "stop": 873740646
        },
        {
            "start": 873740647,
            "stop": 873740659
        },
        {
            "start": 873740660,
            "stop": 873740772
        },
        {
            "start": 873740773,
            "stop": 873740868
        },
        {
            "start": 873740869,
            "stop": 873740874
        },
        {
            "start": 873740875,
            "stop": 873740915
        },
        {
            "start": 873740916,
            "stop": 873740976
        },
        {
            "start": 873740977,
            "stop": 873740989
        },
        {
            "start": 873740990,
            "stop": 873741045
        },
        {
            "start": 873741046,
            "stop": 873741341
        },
        {
            "start": 873741342,
            "stop": 873741443
        },
        {
            "start": 873741444,
            "stop": 873741471
        },
        {
            "start": 873741472,
            "stop": 873741576
        },
        {
            "start": 873741577,
            "stop": 873741616
        },
        {
            "start": 873741617,
            "stop": 873741821
        },
        {
            "start": 873741822,
            "stop": 873741865
        }
    ]
}