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=7106
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=7107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7105",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7106,
    "results": [
        {
            "start": 874207118,
            "stop": 874207450
        },
        {
            "start": 874207451,
            "stop": 874207603
        },
        {
            "start": 874207605,
            "stop": 874207828
        },
        {
            "start": 874207830,
            "stop": 874207921
        },
        {
            "start": 874207922,
            "stop": 874207955
        },
        {
            "start": 874207957,
            "stop": 874208529
        },
        {
            "start": 874208530,
            "stop": 874208581
        },
        {
            "start": 874208583,
            "stop": 874209049
        },
        {
            "start": 874209050,
            "stop": 874209400
        },
        {
            "start": 874209401,
            "stop": 874209408
        },
        {
            "start": 874209409,
            "stop": 874209536
        },
        {
            "start": 874209537,
            "stop": 874209616
        },
        {
            "start": 874209618,
            "stop": 874209864
        },
        {
            "start": 874209866,
            "stop": 874210859
        },
        {
            "start": 874210860,
            "stop": 874210960
        },
        {
            "start": 874210962,
            "stop": 874211116
        },
        {
            "start": 874211117,
            "stop": 874211402
        },
        {
            "start": 874211403,
            "stop": 874212090
        },
        {
            "start": 874212092,
            "stop": 874212103
        },
        {
            "start": 874212105,
            "stop": 874212139
        }
    ]
}