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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6434",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6435,
    "results": [
        {
            "start": 873831709,
            "stop": 873831737
        },
        {
            "start": 873831738,
            "stop": 873831803
        },
        {
            "start": 873831804,
            "stop": 873831842
        },
        {
            "start": 873831844,
            "stop": 873832088
        },
        {
            "start": 873832089,
            "stop": 873832219
        },
        {
            "start": 873832220,
            "stop": 873832291
        },
        {
            "start": 873832292,
            "stop": 873832339
        },
        {
            "start": 873832341,
            "stop": 873832347
        },
        {
            "start": 873832348,
            "stop": 873832394
        },
        {
            "start": 873832395,
            "stop": 873832454
        },
        {
            "start": 873832455,
            "stop": 873832497
        },
        {
            "start": 873832498,
            "stop": 873832579
        },
        {
            "start": 873832581,
            "stop": 873832821
        },
        {
            "start": 873832822,
            "stop": 873833018
        },
        {
            "start": 873833019,
            "stop": 873833040
        },
        {
            "start": 873833041,
            "stop": 873833045
        },
        {
            "start": 873833047,
            "stop": 873833055
        },
        {
            "start": 873833056,
            "stop": 873833104
        },
        {
            "start": 873833105,
            "stop": 873833170
        },
        {
            "start": 873833172,
            "stop": 873834003
        }
    ]
}