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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=60",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 61,
    "results": [
        {
            "start": 816469043,
            "stop": 816469045
        },
        {
            "start": 816469049,
            "stop": 816469071
        },
        {
            "start": 816469077,
            "stop": 816469079
        },
        {
            "start": 816469086,
            "stop": 816469122
        },
        {
            "start": 816469128,
            "stop": 816469132
        },
        {
            "start": 816469136,
            "stop": 816469139
        },
        {
            "start": 816469145,
            "stop": 816469146
        },
        {
            "start": 816469151,
            "stop": 816469331
        },
        {
            "start": 816469336,
            "stop": 816469615
        },
        {
            "start": 816469619,
            "stop": 816469624
        },
        {
            "start": 816469627,
            "stop": 816469629
        },
        {
            "start": 816469635,
            "stop": 816469636
        },
        {
            "start": 816469642,
            "stop": 816469874
        },
        {
            "start": 816469880,
            "stop": 816469947
        },
        {
            "start": 816469951,
            "stop": 816469952
        },
        {
            "start": 816469960,
            "stop": 816469962
        },
        {
            "start": 816469967,
            "stop": 816469968
        },
        {
            "start": 816469976,
            "stop": 816469978
        },
        {
            "start": 816469984,
            "stop": 816469995
        },
        {
            "start": 816469998,
            "stop": 816470014
        }
    ]
}