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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=112",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 113,
    "results": [
        {
            "start": 816739943,
            "stop": 816740038
        },
        {
            "start": 816740043,
            "stop": 816740060
        },
        {
            "start": 816740090,
            "stop": 816740094
        },
        {
            "start": 816740098,
            "stop": 816740181
        },
        {
            "start": 816740185,
            "stop": 816740283
        },
        {
            "start": 816740288,
            "stop": 816740352
        },
        {
            "start": 816740357,
            "stop": 816740372
        },
        {
            "start": 816740377,
            "stop": 816740384
        },
        {
            "start": 816740388,
            "stop": 816740467
        },
        {
            "start": 816740471,
            "stop": 816740530
        },
        {
            "start": 816740534,
            "stop": 816740536
        },
        {
            "start": 816740542,
            "stop": 816740653
        },
        {
            "start": 816740657,
            "stop": 816740672
        },
        {
            "start": 816740678,
            "stop": 816740682
        },
        {
            "start": 816740707,
            "stop": 816740709
        },
        {
            "start": 816740712,
            "stop": 816740942
        },
        {
            "start": 816740945,
            "stop": 816740948
        },
        {
            "start": 816740954,
            "stop": 816740961
        },
        {
            "start": 816740967,
            "stop": 816740968
        },
        {
            "start": 816740975,
            "stop": 816740977
        }
    ]
}