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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7533",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7531",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7532,
    "results": [
        {
            "start": 970410376,
            "stop": 970410388
        },
        {
            "start": 970410391,
            "stop": 970410393
        },
        {
            "start": 970410396,
            "stop": 970410404
        },
        {
            "start": 970410444,
            "stop": 970410447
        },
        {
            "start": 970410452,
            "stop": 970410453
        },
        {
            "start": 970410456,
            "stop": 970410458
        },
        {
            "start": 970410461,
            "stop": 970410491
        },
        {
            "start": 970410681,
            "stop": 970410682
        },
        {
            "start": 970410705,
            "stop": 970410709
        },
        {
            "start": 970410764,
            "stop": 970410790
        },
        {
            "start": 970410793,
            "stop": 970410799
        },
        {
            "start": 970410804,
            "stop": 970410805
        },
        {
            "start": 970410808,
            "stop": 970410819
        },
        {
            "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
        }
    ]
}