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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8959",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8960,
    "results": [
        {
            "start": 873752797,
            "stop": 873752820
        },
        {
            "start": 873753300,
            "stop": 873753327
        },
        {
            "start": 873753346,
            "stop": 873753360
        },
        {
            "start": 873754107,
            "stop": 873754259
        },
        {
            "start": 873754279,
            "stop": 873754300
        },
        {
            "start": 873754320,
            "stop": 873754334
        },
        {
            "start": 873754353,
            "stop": 873754372
        },
        {
            "start": 873754391,
            "stop": 873754427
        },
        {
            "start": 873754449,
            "stop": 873754492
        },
        {
            "start": 873754532,
            "stop": 873754589
        },
        {
            "start": 873754619,
            "stop": 873755104
        },
        {
            "start": 873755123,
            "stop": 873755396
        },
        {
            "start": 873755415,
            "stop": 873755434
        },
        {
            "start": 873755453,
            "stop": 873755521
        },
        {
            "start": 873755541,
            "stop": 873755560
        },
        {
            "start": 873755579,
            "stop": 873755611
        },
        {
            "start": 873755631,
            "stop": 873755645
        },
        {
            "start": 873755664,
            "stop": 873755704
        },
        {
            "start": 873755731,
            "stop": 873755788
        },
        {
            "start": 873755808,
            "stop": 873756077
        }
    ]
}