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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2273",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2274,
    "results": [
        {
            "start": 873671135,
            "stop": 873671253
        },
        {
            "start": 873671258,
            "stop": 873671311
        },
        {
            "start": 873671317,
            "stop": 873671353
        },
        {
            "start": 873671358,
            "stop": 873671400
        },
        {
            "start": 873671406,
            "stop": 873671460
        },
        {
            "start": 873671465,
            "stop": 873671503
        },
        {
            "start": 873671509,
            "stop": 873671645
        },
        {
            "start": 873671650,
            "stop": 873671721
        },
        {
            "start": 873671726,
            "stop": 873671791
        },
        {
            "start": 873671797,
            "stop": 873672072
        },
        {
            "start": 873672293,
            "stop": 873672309
        },
        {
            "start": 873672314,
            "stop": 873672322
        },
        {
            "start": 873672378,
            "stop": 873672721
        },
        {
            "start": 873672727,
            "stop": 873673140
        },
        {
            "start": 873673145,
            "stop": 873673280
        },
        {
            "start": 873673286,
            "stop": 873673356
        },
        {
            "start": 873673363,
            "stop": 873673563
        },
        {
            "start": 873673568,
            "stop": 873673649
        },
        {
            "start": 873673655,
            "stop": 873673822
        },
        {
            "start": 873673828,
            "stop": 873673868
        }
    ]
}