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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4777",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4775",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4776,
    "results": [
        {
            "start": 970460348,
            "stop": 970461401
        },
        {
            "start": 970461404,
            "stop": 970461625
        },
        {
            "start": 970461628,
            "stop": 970462139
        },
        {
            "start": 970462142,
            "stop": 970462178
        },
        {
            "start": 970462181,
            "stop": 970462493
        },
        {
            "start": 970462496,
            "stop": 970462623
        },
        {
            "start": 970462626,
            "stop": 970462779
        },
        {
            "start": 970462782,
            "stop": 970462985
        },
        {
            "start": 970462988,
            "stop": 970464981
        },
        {
            "start": 970464984,
            "stop": 970465032
        },
        {
            "start": 970465035,
            "stop": 970465319
        },
        {
            "start": 970465322,
            "stop": 970466312
        },
        {
            "start": 970466315,
            "stop": 970466353
        },
        {
            "start": 970466356,
            "stop": 970467521
        },
        {
            "start": 970467524,
            "stop": 970467924
        },
        {
            "start": 970467927,
            "stop": 970468827
        },
        {
            "start": 970468830,
            "stop": 970468940
        },
        {
            "start": 970468943,
            "stop": 970469763
        },
        {
            "start": 970469766,
            "stop": 970470019
        },
        {
            "start": 970470022,
            "stop": 970470860
        }
    ]
}