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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 126,
    "results": [
        {
            "start": 1126642010,
            "stop": 1126642145
        },
        {
            "start": 1126642147,
            "stop": 1126642148
        },
        {
            "start": 1126642149,
            "stop": 1126642200
        },
        {
            "start": 1126642209,
            "stop": 1126642243
        },
        {
            "start": 1126642244,
            "stop": 1126642315
        },
        {
            "start": 1126642316,
            "stop": 1126642338
        },
        {
            "start": 1126642340,
            "stop": 1126642365
        },
        {
            "start": 1126642366,
            "stop": 1126642405
        },
        {
            "start": 1126642406,
            "stop": 1126642418
        },
        {
            "start": 1126642419,
            "stop": 1126642439
        },
        {
            "start": 1126642441,
            "stop": 1126642679
        },
        {
            "start": 1126642680,
            "stop": 1126642776
        },
        {
            "start": 1126642778,
            "stop": 1126642954
        },
        {
            "start": 1126642956,
            "stop": 1126643091
        },
        {
            "start": 1126643092,
            "stop": 1126643130
        },
        {
            "start": 1126643131,
            "stop": 1126643476
        },
        {
            "start": 1126643478,
            "stop": 1126643682
        },
        {
            "start": 1126643684,
            "stop": 1126643819
        },
        {
            "start": 1126643820,
            "stop": 1126643863
        },
        {
            "start": 1126643864,
            "stop": 1126643898
        }
    ]
}