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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4714",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4712",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4713,
    "results": [
        {
            "start": 969988802,
            "stop": 969988807
        },
        {
            "start": 969988810,
            "stop": 969988855
        },
        {
            "start": 969988858,
            "stop": 969988863
        },
        {
            "start": 969988866,
            "stop": 969988905
        },
        {
            "start": 969988911,
            "stop": 969989159
        },
        {
            "start": 969989162,
            "stop": 969989187
        },
        {
            "start": 969989190,
            "stop": 969989200
        },
        {
            "start": 969989203,
            "stop": 969989425
        },
        {
            "start": 969989431,
            "stop": 969989438
        },
        {
            "start": 969989441,
            "stop": 969989455
        },
        {
            "start": 969989458,
            "stop": 969989472
        },
        {
            "start": 969989475,
            "stop": 969989483
        },
        {
            "start": 969989486,
            "stop": 969989766
        },
        {
            "start": 969989769,
            "stop": 969989813
        },
        {
            "start": 969989816,
            "stop": 969989825
        },
        {
            "start": 969989828,
            "stop": 969989834
        },
        {
            "start": 969989837,
            "stop": 969989858
        },
        {
            "start": 969989921,
            "stop": 969989943
        },
        {
            "start": 969989949,
            "stop": 969989962
        },
        {
            "start": 969989965,
            "stop": 969989978
        }
    ]
}