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=7029
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=7030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7028",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7029,
    "results": [
        {
            "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
        },
        {
            "start": 873834004,
            "stop": 873834018
        },
        {
            "start": 873834019,
            "stop": 873834023
        },
        {
            "start": 873834024,
            "stop": 873834103
        },
        {
            "start": 873834104,
            "stop": 873834335
        },
        {
            "start": 873834343,
            "stop": 873834362
        },
        {
            "start": 873834368,
            "stop": 873834372
        },
        {
            "start": 873834378,
            "stop": 873834390
        }
    ]
}