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=4612
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=4613",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4611",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4612,
    "results": [
        {
            "start": 969257600,
            "stop": 969257690
        },
        {
            "start": 969257693,
            "stop": 969257928
        },
        {
            "start": 969257931,
            "stop": 969258037
        },
        {
            "start": 969258040,
            "stop": 969258338
        },
        {
            "start": 969258398,
            "stop": 969258578
        },
        {
            "start": 969258638,
            "stop": 969258940
        },
        {
            "start": 969258943,
            "stop": 969259427
        },
        {
            "start": 969261439,
            "stop": 969261560
        },
        {
            "start": 969261563,
            "stop": 969261656
        },
        {
            "start": 969261660,
            "stop": 969261667
        },
        {
            "start": 969261668,
            "stop": 969261678
        },
        {
            "start": 969261681,
            "stop": 969261690
        },
        {
            "start": 969261694,
            "stop": 969261724
        },
        {
            "start": 969261727,
            "stop": 969261742
        },
        {
            "start": 969261745,
            "stop": 969262109
        },
        {
            "start": 969262112,
            "stop": 969262180
        },
        {
            "start": 969262183,
            "stop": 969262360
        },
        {
            "start": 969262361,
            "stop": 969263102
        },
        {
            "start": 969263105,
            "stop": 969263983
        },
        {
            "start": 969263985,
            "stop": 969263986
        }
    ]
}