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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=239",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 240,
    "results": [
        {
            "start": 848236425,
            "stop": 848236753
        },
        {
            "start": 848238232,
            "stop": 848240945
        },
        {
            "start": 848243507,
            "stop": 848243755
        },
        {
            "start": 848244858,
            "stop": 848247373
        },
        {
            "start": 848258837,
            "stop": 848259469
        },
        {
            "start": 848260275,
            "stop": 848272813
        },
        {
            "start": 848272847,
            "stop": 848272848
        },
        {
            "start": 848273701,
            "stop": 848275133
        },
        {
            "start": 848281229,
            "stop": 848303653
        },
        {
            "start": 848303695,
            "stop": 848303696
        },
        {
            "start": 848304536,
            "stop": 848306643
        },
        {
            "start": 848307462,
            "stop": 848316850
        },
        {
            "start": 848317907,
            "stop": 848323393
        },
        {
            "start": 848323408,
            "stop": 848323410
        },
        {
            "start": 848324256,
            "stop": 848329693
        },
        {
            "start": 848329731,
            "stop": 848329732
        },
        {
            "start": 848331015,
            "stop": 848332390
        },
        {
            "start": 848334251,
            "stop": 848334493
        },
        {
            "start": 848334506,
            "stop": 848334507
        },
        {
            "start": 848334793,
            "stop": 848344993
        }
    ]
}