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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7549",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7547",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7548,
    "results": [
        {
            "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
        },
        {
            "start": 970410996,
            "stop": 970411018
        },
        {
            "start": 970411021,
            "stop": 970411045
        },
        {
            "start": 970411048,
            "stop": 970411054
        },
        {
            "start": 970411057,
            "stop": 970411086
        },
        {
            "start": 970411090,
            "stop": 970411096
        }
    ]
}