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=463
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=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=462",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 463,
    "results": [
        {
            "start": 821779289,
            "stop": 821779298
        },
        {
            "start": 821779301,
            "stop": 821779305
        },
        {
            "start": 821779309,
            "stop": 821779313
        },
        {
            "start": 821779318,
            "stop": 821779320
        },
        {
            "start": 821779323,
            "stop": 821779327
        },
        {
            "start": 821779330,
            "stop": 821779335
        },
        {
            "start": 821779338,
            "stop": 821779352
        },
        {
            "start": 821779355,
            "stop": 821779357
        },
        {
            "start": 821779360,
            "stop": 821779378
        },
        {
            "start": 821779381,
            "stop": 821779386
        },
        {
            "start": 821779391,
            "stop": 821779395
        },
        {
            "start": 821779409,
            "stop": 821779415
        },
        {
            "start": 821779427,
            "stop": 821779431
        },
        {
            "start": 821779434,
            "stop": 821779437
        },
        {
            "start": 821779440,
            "stop": 821779446
        },
        {
            "start": 821779449,
            "stop": 821779450
        },
        {
            "start": 821779453,
            "stop": 821779472
        },
        {
            "start": 821779475,
            "stop": 821779484
        },
        {
            "start": 821779487,
            "stop": 821779498
        },
        {
            "start": 821779507,
            "stop": 821779514
        }
    ]
}