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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14798",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14796",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14797,
    "results": [
        {
            "start": 971246652,
            "stop": 971246655
        },
        {
            "start": 971246657,
            "stop": 971246666
        },
        {
            "start": 971246667,
            "stop": 971246677
        },
        {
            "start": 971246678,
            "stop": 971246682
        },
        {
            "start": 971246683,
            "stop": 971246700
        },
        {
            "start": 971246701,
            "stop": 971246702
        },
        {
            "start": 971246704,
            "stop": 971246728
        },
        {
            "start": 971249658,
            "stop": 971249775
        },
        {
            "start": 971249778,
            "stop": 971249849
        },
        {
            "start": 971249852,
            "stop": 971249903
        },
        {
            "start": 971249921,
            "stop": 971249949
        },
        {
            "start": 971249952,
            "stop": 971249974
        },
        {
            "start": 971249976,
            "stop": 971249994
        },
        {
            "start": 971249997,
            "stop": 971250001
        },
        {
            "start": 971250004,
            "stop": 971250069
        },
        {
            "start": 971250087,
            "stop": 971250094
        },
        {
            "start": 971250096,
            "stop": 971250148
        },
        {
            "start": 971250151,
            "stop": 971250168
        },
        {
            "start": 971250169,
            "stop": 971250184
        },
        {
            "start": 971250185,
            "stop": 971250200
        }
    ]
}