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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8238",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8239,
    "results": [
        {
            "start": 873756957,
            "stop": 873757111
        },
        {
            "start": 873757133,
            "stop": 873757199
        },
        {
            "start": 873757218,
            "stop": 873757296
        },
        {
            "start": 873757315,
            "stop": 873757320
        },
        {
            "start": 873757380,
            "stop": 873757436
        },
        {
            "start": 873757500,
            "stop": 873757510
        },
        {
            "start": 873757920,
            "stop": 873757979
        },
        {
            "start": 873758040,
            "stop": 873758071
        },
        {
            "start": 873758091,
            "stop": 873758100
        },
        {
            "start": 873758160,
            "stop": 873758220
        },
        {
            "start": 873759860,
            "stop": 873760080
        },
        {
            "start": 873760140,
            "stop": 873760320
        },
        {
            "start": 873760440,
            "stop": 873760537
        },
        {
            "start": 873760556,
            "stop": 873760560
        },
        {
            "start": 873760620,
            "stop": 873760734
        },
        {
            "start": 873760753,
            "stop": 873760806
        },
        {
            "start": 873760823,
            "stop": 873760829
        },
        {
            "start": 873760846,
            "stop": 873760964
        },
        {
            "start": 873760984,
            "stop": 873760987
        },
        {
            "start": 873761006,
            "stop": 873761670
        }
    ]
}