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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=157",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 158,
    "results": [
        {
            "start": 818736937,
            "stop": 818736943
        },
        {
            "start": 818736957,
            "stop": 818736958
        },
        {
            "start": 818736966,
            "stop": 818736969
        },
        {
            "start": 818737026,
            "stop": 818737031
        },
        {
            "start": 818737049,
            "stop": 818737052
        },
        {
            "start": 818737061,
            "stop": 818737072
        },
        {
            "start": 818737166,
            "stop": 818737181
        },
        {
            "start": 818737219,
            "stop": 818737220
        },
        {
            "start": 818737231,
            "stop": 818737232
        },
        {
            "start": 818737311,
            "stop": 818737313
        },
        {
            "start": 818737324,
            "stop": 818737328
        },
        {
            "start": 818737340,
            "stop": 818737360
        },
        {
            "start": 818737379,
            "stop": 818737393
        },
        {
            "start": 818737407,
            "stop": 818737419
        },
        {
            "start": 818737477,
            "stop": 818737480
        },
        {
            "start": 818737504,
            "stop": 818737509
        },
        {
            "start": 818737528,
            "stop": 818737535
        },
        {
            "start": 818737545,
            "stop": 818737572
        },
        {
            "start": 818737580,
            "stop": 818737586
        },
        {
            "start": 818737607,
            "stop": 818737609
        }
    ]
}