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=1271
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=1272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1270",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1271,
    "results": [
        {
            "start": 958026278,
            "stop": 958028577
        },
        {
            "start": 958028579,
            "stop": 958028962
        },
        {
            "start": 958028964,
            "stop": 958031133
        },
        {
            "start": 958031135,
            "stop": 958033578
        },
        {
            "start": 958033579,
            "stop": 958034186
        },
        {
            "start": 958034187,
            "stop": 958034456
        },
        {
            "start": 958034458,
            "stop": 958036358
        },
        {
            "start": 958036360,
            "stop": 958037039
        },
        {
            "start": 958037041,
            "stop": 958037192
        },
        {
            "start": 958037194,
            "stop": 958037319
        },
        {
            "start": 958037321,
            "stop": 958037876
        },
        {
            "start": 958037878,
            "stop": 958040813
        },
        {
            "start": 958040815,
            "stop": 958042644
        },
        {
            "start": 958042646,
            "stop": 958043356
        },
        {
            "start": 958043358,
            "stop": 958043723
        },
        {
            "start": 958043725,
            "stop": 958044220
        },
        {
            "start": 958044221,
            "stop": 958044232
        },
        {
            "start": 958044234,
            "stop": 958044394
        },
        {
            "start": 958044396,
            "stop": 958045205
        },
        {
            "start": 958048536,
            "stop": 958048579
        }
    ]
}