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=9885
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=9886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9884",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9885,
    "results": [
        {
            "start": 870865608,
            "stop": 870865616
        },
        {
            "start": 870865632,
            "stop": 870865639
        },
        {
            "start": 870865677,
            "stop": 870865683
        },
        {
            "start": 870865692,
            "stop": 870865716
        },
        {
            "start": 870865723,
            "stop": 870865740
        },
        {
            "start": 870865920,
            "stop": 870865927
        },
        {
            "start": 870865949,
            "stop": 870865956
        },
        {
            "start": 870865972,
            "stop": 870866001
        },
        {
            "start": 870866009,
            "stop": 870866029
        },
        {
            "start": 870866052,
            "stop": 870866196
        },
        {
            "start": 870866203,
            "stop": 870866211
        },
        {
            "start": 870866218,
            "stop": 870866325
        },
        {
            "start": 870866332,
            "stop": 870866347
        },
        {
            "start": 870866356,
            "stop": 870866372
        },
        {
            "start": 870866379,
            "stop": 870866414
        },
        {
            "start": 870866422,
            "stop": 870866572
        },
        {
            "start": 870866640,
            "stop": 870866763
        },
        {
            "start": 870866771,
            "stop": 870866833
        },
        {
            "start": 870866841,
            "stop": 870866914
        },
        {
            "start": 870866922,
            "stop": 870866953
        }
    ]
}