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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5254",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5255,
    "results": [
        {
            "start": 970218243,
            "stop": 970218387
        },
        {
            "start": 970218390,
            "stop": 970218554
        },
        {
            "start": 970218557,
            "stop": 970218783
        },
        {
            "start": 970218789,
            "stop": 970219323
        },
        {
            "start": 970219327,
            "stop": 970219329
        },
        {
            "start": 970219332,
            "stop": 970219806
        },
        {
            "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
        }
    ]
}