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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=321",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 322,
    "results": [
        {
            "start": 933933783,
            "stop": 933933814
        },
        {
            "start": 933933816,
            "stop": 933933831
        },
        {
            "start": 933933835,
            "stop": 933934316
        },
        {
            "start": 933942989,
            "stop": 933944531
        },
        {
            "start": 933944533,
            "stop": 933944554
        },
        {
            "start": 933944556,
            "stop": 933944564
        },
        {
            "start": 933944566,
            "stop": 933944580
        },
        {
            "start": 933944582,
            "stop": 933944587
        },
        {
            "start": 933944590,
            "stop": 933944607
        },
        {
            "start": 933944609,
            "stop": 933944613
        },
        {
            "start": 933944615,
            "stop": 933944630
        },
        {
            "start": 933944634,
            "stop": 933947772
        },
        {
            "start": 933947776,
            "stop": 933948152
        },
        {
            "start": 933948154,
            "stop": 933948155
        },
        {
            "start": 933948157,
            "stop": 933948164
        },
        {
            "start": 933948166,
            "stop": 933948180
        },
        {
            "start": 933948182,
            "stop": 933948207
        },
        {
            "start": 933948209,
            "stop": 933948214
        },
        {
            "start": 933948216,
            "stop": 933948222
        },
        {
            "start": 933948225,
            "stop": 933948231
        }
    ]
}