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=10065
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=10066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10064",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10065,
    "results": [
        {
            "start": 873003588,
            "stop": 873003632
        },
        {
            "start": 873004314,
            "stop": 873004318
        },
        {
            "start": 873004412,
            "stop": 873004733
        },
        {
            "start": 873004770,
            "stop": 873004876
        },
        {
            "start": 873004912,
            "stop": 873005690
        },
        {
            "start": 873005707,
            "stop": 873005732
        },
        {
            "start": 873005857,
            "stop": 873006149
        },
        {
            "start": 873006186,
            "stop": 873006330
        },
        {
            "start": 873006472,
            "stop": 873006714
        },
        {
            "start": 873006750,
            "stop": 873006816
        },
        {
            "start": 873006991,
            "stop": 873007314
        },
        {
            "start": 873007365,
            "stop": 873007442
        },
        {
            "start": 873007555,
            "stop": 873007589
        },
        {
            "start": 873007625,
            "stop": 873007680
        },
        {
            "start": 873007721,
            "stop": 873007722
        },
        {
            "start": 873007792,
            "stop": 873007800
        },
        {
            "start": 873007836,
            "stop": 873007920
        },
        {
            "start": 873007937,
            "stop": 873007991
        },
        {
            "start": 873008145,
            "stop": 873008777
        },
        {
            "start": 873008862,
            "stop": 873008869
        }
    ]
}