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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=174",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 175,
    "results": [
        {
            "start": 820196646,
            "stop": 820196668
        },
        {
            "start": 820196719,
            "stop": 820196724
        },
        {
            "start": 820196741,
            "stop": 820196742
        },
        {
            "start": 820196750,
            "stop": 820196918
        },
        {
            "start": 820196932,
            "stop": 820196967
        },
        {
            "start": 820196978,
            "stop": 820196982
        },
        {
            "start": 820196989,
            "stop": 820197039
        },
        {
            "start": 820197046,
            "stop": 820197058
        },
        {
            "start": 820197065,
            "stop": 820197160
        },
        {
            "start": 820197167,
            "stop": 820197169
        },
        {
            "start": 820197177,
            "stop": 820197186
        },
        {
            "start": 820197193,
            "stop": 820197226
        },
        {
            "start": 820197233,
            "stop": 820197248
        },
        {
            "start": 820197256,
            "stop": 820197285
        },
        {
            "start": 820197292,
            "stop": 820197367
        },
        {
            "start": 820197405,
            "stop": 820197437
        },
        {
            "start": 820197444,
            "stop": 820197450
        },
        {
            "start": 820197457,
            "stop": 820197498
        },
        {
            "start": 820197505,
            "stop": 820197531
        },
        {
            "start": 820197544,
            "stop": 820197577
        }
    ]
}