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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=202",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 203,
    "results": [
        {
            "start": 933930190,
            "stop": 933930213
        },
        {
            "start": 933930215,
            "stop": 933930229
        },
        {
            "start": 933930234,
            "stop": 933933732
        },
        {
            "start": 933933734,
            "stop": 933933754
        },
        {
            "start": 933933756,
            "stop": 933933761
        },
        {
            "start": 933933763,
            "stop": 933933781
        },
        {
            "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": 933947780,
            "stop": 933948152
        },
        {
            "start": 933948154,
            "stop": 933948155
        }
    ]
}