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=4723
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=4724",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4722",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4723,
    "results": [
        {
            "start": 970007795,
            "stop": 970007876
        },
        {
            "start": 970007879,
            "stop": 970007896
        },
        {
            "start": 970007899,
            "stop": 970007924
        },
        {
            "start": 970007927,
            "stop": 970008099
        },
        {
            "start": 970008102,
            "stop": 970008116
        },
        {
            "start": 970008119,
            "stop": 970008186
        },
        {
            "start": 970008189,
            "stop": 970008206
        },
        {
            "start": 970008209,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970009862
        },
        {
            "start": 970009865,
            "stop": 970010062
        },
        {
            "start": 970013215,
            "stop": 970013253
        },
        {
            "start": 970013256,
            "stop": 970013393
        },
        {
            "start": 970013396,
            "stop": 970013649
        },
        {
            "start": 970013652,
            "stop": 970013674
        },
        {
            "start": 970015526,
            "stop": 970015637
        },
        {
            "start": 970015640,
            "stop": 970015644
        },
        {
            "start": 970015647,
            "stop": 970015705
        },
        {
            "start": 970015708,
            "stop": 970015852
        },
        {
            "start": 970015855,
            "stop": 970015923
        },
        {
            "start": 970015926,
            "stop": 970015961
        }
    ]
}