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=9915
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=9916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9914",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9915,
    "results": [
        {
            "start": 870908883,
            "stop": 870908963
        },
        {
            "start": 870908971,
            "stop": 870908976
        },
        {
            "start": 870908984,
            "stop": 870909000
        },
        {
            "start": 870909060,
            "stop": 870909071
        },
        {
            "start": 870909079,
            "stop": 870909089
        },
        {
            "start": 870909096,
            "stop": 870909113
        },
        {
            "start": 870909420,
            "stop": 870909444
        },
        {
            "start": 870909453,
            "stop": 870909459
        },
        {
            "start": 870909466,
            "stop": 870909505
        },
        {
            "start": 870909513,
            "stop": 870909545
        },
        {
            "start": 870909568,
            "stop": 870909613
        },
        {
            "start": 870909620,
            "stop": 870909699
        },
        {
            "start": 870909801,
            "stop": 870909840
        },
        {
            "start": 870909900,
            "stop": 870909931
        },
        {
            "start": 870909938,
            "stop": 870909939
        },
        {
            "start": 870909946,
            "stop": 870909955
        },
        {
            "start": 870909962,
            "stop": 870909972
        },
        {
            "start": 870909995,
            "stop": 870909996
        },
        {
            "start": 870910003,
            "stop": 870910011
        },
        {
            "start": 870910019,
            "stop": 870910025
        }
    ]
}