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=4722
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=4723",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4721",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4722,
    "results": [
        {
            "start": 970004504,
            "stop": 970004678
        },
        {
            "start": 970004681,
            "stop": 970004748
        },
        {
            "start": 970004751,
            "stop": 970004754
        },
        {
            "start": 970004757,
            "stop": 970005174
        },
        {
            "start": 970005179,
            "stop": 970005200
        },
        {
            "start": 970005205,
            "stop": 970005231
        },
        {
            "start": 970005235,
            "stop": 970005297
        },
        {
            "start": 970005300,
            "stop": 970005366
        },
        {
            "start": 970005369,
            "stop": 970005815
        },
        {
            "start": 970005818,
            "stop": 970005829
        },
        {
            "start": 970005832,
            "stop": 970005870
        },
        {
            "start": 970005873,
            "stop": 970006022
        },
        {
            "start": 970006025,
            "stop": 970006292
        },
        {
            "start": 970006295,
            "stop": 970006364
        },
        {
            "start": 970006367,
            "stop": 970006552
        },
        {
            "start": 970006555,
            "stop": 970006779
        },
        {
            "start": 970006782,
            "stop": 970006946
        },
        {
            "start": 970006949,
            "stop": 970007173
        },
        {
            "start": 970007176,
            "stop": 970007704
        },
        {
            "start": 970007707,
            "stop": 970007792
        }
    ]
}