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=4556
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=4557",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4555",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4556,
    "results": [
        {
            "start": 968775007,
            "stop": 968775299
        },
        {
            "start": 968775303,
            "stop": 968775552
        },
        {
            "start": 968775569,
            "stop": 968776243
        },
        {
            "start": 968776246,
            "stop": 968776515
        },
        {
            "start": 968776518,
            "stop": 968776529
        },
        {
            "start": 968776532,
            "stop": 968776695
        },
        {
            "start": 968776698,
            "stop": 968777130
        },
        {
            "start": 968777133,
            "stop": 968777173
        },
        {
            "start": 968777176,
            "stop": 968777454
        },
        {
            "start": 968777457,
            "stop": 968777548
        },
        {
            "start": 968777551,
            "stop": 968777579
        },
        {
            "start": 968777582,
            "stop": 968777700
        },
        {
            "start": 968777703,
            "stop": 968777708
        },
        {
            "start": 968777711,
            "stop": 968777765
        },
        {
            "start": 968777768,
            "stop": 968777956
        },
        {
            "start": 968777959,
            "stop": 968778081
        },
        {
            "start": 968778085,
            "stop": 968778131
        },
        {
            "start": 968778135,
            "stop": 968778608
        },
        {
            "start": 968778611,
            "stop": 968778636
        },
        {
            "start": 968778640,
            "stop": 968778658
        }
    ]
}