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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8222",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8223,
    "results": [
        {
            "start": 873704553,
            "stop": 873704569
        },
        {
            "start": 873704602,
            "stop": 873704612
        },
        {
            "start": 873704635,
            "stop": 873704646
        },
        {
            "start": 873704694,
            "stop": 873704703
        },
        {
            "start": 873704722,
            "stop": 873704728
        },
        {
            "start": 873704751,
            "stop": 873704790
        },
        {
            "start": 873706935,
            "stop": 873706945
        },
        {
            "start": 873706989,
            "stop": 873706997
        },
        {
            "start": 873707016,
            "stop": 873707059
        },
        {
            "start": 873707078,
            "stop": 873707096
        },
        {
            "start": 873707216,
            "stop": 873707236
        },
        {
            "start": 873707275,
            "stop": 873707308
        },
        {
            "start": 873707328,
            "stop": 873707420
        },
        {
            "start": 873707443,
            "stop": 873707454
        },
        {
            "start": 873707473,
            "stop": 873707650
        },
        {
            "start": 873707670,
            "stop": 873707690
        },
        {
            "start": 873707710,
            "stop": 873707766
        },
        {
            "start": 873707789,
            "stop": 873707831
        },
        {
            "start": 873707858,
            "stop": 873707864
        },
        {
            "start": 873711097,
            "stop": 873711111
        }
    ]
}