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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=130",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 131,
    "results": [
        {
            "start": 932718937,
            "stop": 932718975
        },
        {
            "start": 932719053,
            "stop": 932719066
        },
        {
            "start": 932719117,
            "stop": 932719170
        },
        {
            "start": 932719216,
            "stop": 932719230
        },
        {
            "start": 932719249,
            "stop": 932719288
        },
        {
            "start": 932719331,
            "stop": 932719349
        },
        {
            "start": 932719368,
            "stop": 932719445
        },
        {
            "start": 932719464,
            "stop": 932719479
        },
        {
            "start": 932719517,
            "stop": 932719522
        },
        {
            "start": 932719553,
            "stop": 932719562
        },
        {
            "start": 932719581,
            "stop": 932719622
        },
        {
            "start": 932719684,
            "stop": 932719699
        },
        {
            "start": 932719820,
            "stop": 932719827
        },
        {
            "start": 932720018,
            "stop": 932720034
        },
        {
            "start": 932720069,
            "stop": 932720193
        },
        {
            "start": 932720211,
            "stop": 932720683
        },
        {
            "start": 932720756,
            "stop": 932720757
        },
        {
            "start": 932720818,
            "stop": 932720826
        },
        {
            "start": 932720845,
            "stop": 932720861
        },
        {
            "start": 932721037,
            "stop": 932722064
        }
    ]
}