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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=201",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 202,
    "results": [
        {
            "start": 933069740,
            "stop": 933070030
        },
        {
            "start": 933070123,
            "stop": 933070189
        },
        {
            "start": 933070194,
            "stop": 933070224
        },
        {
            "start": 933070256,
            "stop": 933070286
        },
        {
            "start": 933070740,
            "stop": 933070896
        },
        {
            "start": 933070901,
            "stop": 933071133
        },
        {
            "start": 933071139,
            "stop": 933071207
        },
        {
            "start": 933071212,
            "stop": 933071293
        },
        {
            "start": 933071298,
            "stop": 933071370
        },
        {
            "start": 933071399,
            "stop": 933071404
        },
        {
            "start": 933071426,
            "stop": 933071507
        },
        {
            "start": 933071527,
            "stop": 933071588
        },
        {
            "start": 933071593,
            "stop": 933071636
        },
        {
            "start": 933071641,
            "stop": 933071649
        },
        {
            "start": 933071668,
            "stop": 933071752
        },
        {
            "start": 933071757,
            "stop": 933071776
        },
        {
            "start": 933071800,
            "stop": 933071837
        },
        {
            "start": 933071856,
            "stop": 933071889
        },
        {
            "start": 933071896,
            "stop": 933071941
        },
        {
            "start": 933071947,
            "stop": 933071990
        }
    ]
}