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=7543
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=7544",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7542",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7543,
    "results": [
        {
            "start": 970406886,
            "stop": 970406906
        },
        {
            "start": 970406909,
            "stop": 970406911
        },
        {
            "start": 970406914,
            "stop": 970406938
        },
        {
            "start": 970406941,
            "stop": 970406970
        },
        {
            "start": 970406973,
            "stop": 970406985
        },
        {
            "start": 970406991,
            "stop": 970406993
        },
        {
            "start": 970407021,
            "stop": 970407025
        },
        {
            "start": 970407087,
            "stop": 970407088
        },
        {
            "start": 970407150,
            "stop": 970407164
        },
        {
            "start": 970407167,
            "stop": 970407209
        },
        {
            "start": 970407212,
            "stop": 970407246
        },
        {
            "start": 970407249,
            "stop": 970407276
        },
        {
            "start": 970407279,
            "stop": 970407301
        },
        {
            "start": 970407307,
            "stop": 970407308
        },
        {
            "start": 970407311,
            "stop": 970407363
        },
        {
            "start": 970407369,
            "stop": 970407392
        },
        {
            "start": 970407397,
            "stop": 970407409
        },
        {
            "start": 970407411,
            "stop": 970407444
        },
        {
            "start": 970407484,
            "stop": 970407560
        },
        {
            "start": 970407563,
            "stop": 970407585
        }
    ]
}