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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1144",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1145,
    "results": [
        {
            "start": 950374613,
            "stop": 950374731
        },
        {
            "start": 950374733,
            "stop": 950374971
        },
        {
            "start": 950374973,
            "stop": 950376261
        },
        {
            "start": 950376263,
            "stop": 950377053
        },
        {
            "start": 950377055,
            "stop": 950378228
        },
        {
            "start": 950378230,
            "stop": 950380382
        },
        {
            "start": 950380384,
            "stop": 950382482
        },
        {
            "start": 950382484,
            "stop": 950382964
        },
        {
            "start": 950382966,
            "stop": 950385109
        },
        {
            "start": 950385111,
            "stop": 950387103
        },
        {
            "start": 950387105,
            "stop": 950388989
        },
        {
            "start": 950388991,
            "stop": 950390141
        },
        {
            "start": 950390143,
            "stop": 950390655
        },
        {
            "start": 950396814,
            "stop": 950397096
        },
        {
            "start": 950397098,
            "stop": 950397260
        },
        {
            "start": 950397262,
            "stop": 950397616
        },
        {
            "start": 950397618,
            "stop": 950397703
        },
        {
            "start": 950397705,
            "stop": 950397981
        },
        {
            "start": 950397982,
            "stop": 950398434
        },
        {
            "start": 950398436,
            "stop": 950398738
        }
    ]
}