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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=460",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 461,
    "results": [
        {
            "start": 821778865,
            "stop": 821778873
        },
        {
            "start": 821778880,
            "stop": 821778881
        },
        {
            "start": 821778886,
            "stop": 821778891
        },
        {
            "start": 821778894,
            "stop": 821778896
        },
        {
            "start": 821778899,
            "stop": 821778904
        },
        {
            "start": 821778909,
            "stop": 821778910
        },
        {
            "start": 821778915,
            "stop": 821778922
        },
        {
            "start": 821778925,
            "stop": 821778926
        },
        {
            "start": 821778931,
            "stop": 821778935
        },
        {
            "start": 821778938,
            "stop": 821778945
        },
        {
            "start": 821778951,
            "stop": 821778953
        },
        {
            "start": 821778956,
            "stop": 821778960
        },
        {
            "start": 821778963,
            "stop": 821778965
        },
        {
            "start": 821778970,
            "stop": 821778995
        },
        {
            "start": 821778998,
            "stop": 821779000
        },
        {
            "start": 821779003,
            "stop": 821779005
        },
        {
            "start": 821779008,
            "stop": 821779022
        },
        {
            "start": 821779030,
            "stop": 821779033
        },
        {
            "start": 821779036,
            "stop": 821779046
        },
        {
            "start": 821779049,
            "stop": 821779053
        }
    ]
}