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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8034",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8032",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8033,
    "results": [
        {
            "start": 970410822,
            "stop": 970410834
        },
        {
            "start": 970410837,
            "stop": 970410841
        },
        {
            "start": 970410844,
            "stop": 970410869
        },
        {
            "start": 970410872,
            "stop": 970410879
        },
        {
            "start": 970410882,
            "stop": 970410953
        },
        {
            "start": 970410956,
            "stop": 970410957
        },
        {
            "start": 970410965,
            "stop": 970410983
        },
        {
            "start": 970410996,
            "stop": 970411018
        },
        {
            "start": 970411021,
            "stop": 970411045
        },
        {
            "start": 970411048,
            "stop": 970411054
        },
        {
            "start": 970411057,
            "stop": 970411086
        },
        {
            "start": 970411090,
            "stop": 970411097
        },
        {
            "start": 970411100,
            "stop": 970411111
        },
        {
            "start": 970411114,
            "stop": 970411121
        },
        {
            "start": 970411125,
            "stop": 970411143
        },
        {
            "start": 970411149,
            "stop": 970411158
        },
        {
            "start": 970411168,
            "stop": 970411185
        },
        {
            "start": 970411188,
            "stop": 970411193
        },
        {
            "start": 970411196,
            "stop": 970411199
        },
        {
            "start": 970411204,
            "stop": 970411226
        }
    ]
}