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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=302",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 303,
    "results": [
        {
            "start": 818606649,
            "stop": 818606660
        },
        {
            "start": 818606682,
            "stop": 818606860
        },
        {
            "start": 818606914,
            "stop": 818606929
        },
        {
            "start": 818606951,
            "stop": 818606980
        },
        {
            "start": 818607041,
            "stop": 818607159
        },
        {
            "start": 818607180,
            "stop": 818607215
        },
        {
            "start": 818607258,
            "stop": 818607323
        },
        {
            "start": 818607343,
            "stop": 818607375
        },
        {
            "start": 818607402,
            "stop": 818607405
        },
        {
            "start": 818607425,
            "stop": 818607564
        },
        {
            "start": 818607585,
            "stop": 818607774
        },
        {
            "start": 818607794,
            "stop": 818608041
        },
        {
            "start": 818608062,
            "stop": 818608134
        },
        {
            "start": 818608156,
            "stop": 818608289
        },
        {
            "start": 818608313,
            "stop": 818608473
        },
        {
            "start": 818608493,
            "stop": 818608611
        },
        {
            "start": 818608754,
            "stop": 818608836
        },
        {
            "start": 818608853,
            "stop": 818608874
        },
        {
            "start": 818608894,
            "stop": 818609006
        },
        {
            "start": 818609046,
            "stop": 818609076
        }
    ]
}