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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=184",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 185,
    "results": [
        {
            "start": 848196554,
            "stop": 848196951
        },
        {
            "start": 848197098,
            "stop": 848215206
        },
        {
            "start": 848216194,
            "stop": 848219831
        },
        {
            "start": 848220644,
            "stop": 848222879
        },
        {
            "start": 848224373,
            "stop": 848226391
        },
        {
            "start": 848230284,
            "stop": 848235476
        },
        {
            "start": 848236425,
            "stop": 848236782
        },
        {
            "start": 848238232,
            "stop": 848240973
        },
        {
            "start": 848243507,
            "stop": 848243785
        },
        {
            "start": 848244858,
            "stop": 848247428
        },
        {
            "start": 848258837,
            "stop": 848259499
        },
        {
            "start": 848260275,
            "stop": 848272848
        },
        {
            "start": 848273701,
            "stop": 848275163
        },
        {
            "start": 848281229,
            "stop": 848303696
        },
        {
            "start": 848304536,
            "stop": 848306643
        },
        {
            "start": 848307462,
            "stop": 848316850
        },
        {
            "start": 848317907,
            "stop": 848323410
        },
        {
            "start": 848324256,
            "stop": 848329732
        },
        {
            "start": 848331015,
            "stop": 848332420
        },
        {
            "start": 848334251,
            "stop": 848334507
        }
    ]
}