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=6501
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=6502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6500",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6501,
    "results": [
        {
            "start": 874199293,
            "stop": 874199407
        },
        {
            "start": 874199408,
            "stop": 874199605
        },
        {
            "start": 874199607,
            "stop": 874199626
        },
        {
            "start": 874199629,
            "stop": 874199651
        },
        {
            "start": 874199652,
            "stop": 874199711
        },
        {
            "start": 874199713,
            "stop": 874199835
        },
        {
            "start": 874199838,
            "stop": 874199975
        },
        {
            "start": 874199976,
            "stop": 874200084
        },
        {
            "start": 874200085,
            "stop": 874200423
        },
        {
            "start": 874200424,
            "stop": 874200587
        },
        {
            "start": 874200588,
            "stop": 874200610
        },
        {
            "start": 874200611,
            "stop": 874200847
        },
        {
            "start": 874200848,
            "stop": 874201033
        },
        {
            "start": 874201034,
            "stop": 874201037
        },
        {
            "start": 874201038,
            "stop": 874201096
        },
        {
            "start": 874201097,
            "stop": 874201405
        },
        {
            "start": 874201406,
            "stop": 874201515
        },
        {
            "start": 874201516,
            "stop": 874201815
        },
        {
            "start": 874201817,
            "stop": 874201924
        },
        {
            "start": 874201925,
            "stop": 874201973
        }
    ]
}