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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=735",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 736,
    "results": [
        {
            "start": 953338406,
            "stop": 953338552
        },
        {
            "start": 953338558,
            "stop": 953339035
        },
        {
            "start": 953339041,
            "stop": 953339096
        },
        {
            "start": 953339102,
            "stop": 953339305
        },
        {
            "start": 953339311,
            "stop": 953340091
        },
        {
            "start": 953340097,
            "stop": 953340552
        },
        {
            "start": 953340558,
            "stop": 953340726
        },
        {
            "start": 953340732,
            "stop": 953341027
        },
        {
            "start": 953341033,
            "stop": 953341432
        },
        {
            "start": 953341438,
            "stop": 953343321
        },
        {
            "start": 953343327,
            "stop": 953344901
        },
        {
            "start": 953344907,
            "stop": 953357172
        },
        {
            "start": 953357178,
            "stop": 953357661
        },
        {
            "start": 953357667,
            "stop": 953364868
        },
        {
            "start": 953364874,
            "stop": 953367916
        },
        {
            "start": 953367922,
            "stop": 953375102
        },
        {
            "start": 953375107,
            "stop": 953378256
        },
        {
            "start": 953378262,
            "stop": 953381865
        },
        {
            "start": 953412555,
            "stop": 953420340
        },
        {
            "start": 953421271,
            "stop": 953443421
        }
    ]
}