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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1172",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1173,
    "results": [
        {
            "start": 952404261,
            "stop": 952404335
        },
        {
            "start": 952404337,
            "stop": 952404418
        },
        {
            "start": 952404420,
            "stop": 952404442
        },
        {
            "start": 952404443,
            "stop": 952404960
        },
        {
            "start": 952407809,
            "stop": 952407884
        },
        {
            "start": 952407886,
            "stop": 952408036
        },
        {
            "start": 952408038,
            "stop": 952408072
        },
        {
            "start": 952408074,
            "stop": 952411169
        },
        {
            "start": 952411171,
            "stop": 952412514
        },
        {
            "start": 952414018,
            "stop": 952416995
        },
        {
            "start": 952416997,
            "stop": 952417418
        },
        {
            "start": 952418417,
            "stop": 952418968
        },
        {
            "start": 952419305,
            "stop": 952419868
        },
        {
            "start": 952420069,
            "stop": 952420776
        },
        {
            "start": 952420778,
            "stop": 952420865
        },
        {
            "start": 952420867,
            "stop": 952421765
        },
        {
            "start": 952421767,
            "stop": 952422355
        },
        {
            "start": 952423156,
            "stop": 952423294
        },
        {
            "start": 952423296,
            "stop": 952423297
        },
        {
            "start": 952423301,
            "stop": 952423302
        }
    ]
}