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=4749
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=4750",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4748",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4749,
    "results": [
        {
            "start": 970219809,
            "stop": 970219927
        },
        {
            "start": 970221002,
            "stop": 970221288
        },
        {
            "start": 970221291,
            "stop": 970221679
        },
        {
            "start": 970221682,
            "stop": 970221781
        },
        {
            "start": 970221784,
            "stop": 970221958
        },
        {
            "start": 970221962,
            "stop": 970222149
        },
        {
            "start": 970222152,
            "stop": 970222285
        },
        {
            "start": 970222288,
            "stop": 970222316
        },
        {
            "start": 970222322,
            "stop": 970222339
        },
        {
            "start": 970222342,
            "stop": 970222552
        },
        {
            "start": 970222555,
            "stop": 970222819
        },
        {
            "start": 970222822,
            "stop": 970222962
        },
        {
            "start": 970222965,
            "stop": 970223006
        },
        {
            "start": 970223009,
            "stop": 970224031
        },
        {
            "start": 970224034,
            "stop": 970224081
        },
        {
            "start": 970224084,
            "stop": 970224271
        },
        {
            "start": 970224274,
            "stop": 970224346
        },
        {
            "start": 970224349,
            "stop": 970224516
        },
        {
            "start": 970224519,
            "stop": 970224521
        },
        {
            "start": 970224524,
            "stop": 970224666
        }
    ]
}