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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=191",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 192,
    "results": [
        {
            "start": 933771766,
            "stop": 933771781
        },
        {
            "start": 933771784,
            "stop": 933771815
        },
        {
            "start": 933771817,
            "stop": 933771831
        },
        {
            "start": 933771835,
            "stop": 933774998
        },
        {
            "start": 933775004,
            "stop": 933775355
        },
        {
            "start": 933775357,
            "stop": 933775361
        },
        {
            "start": 933775363,
            "stop": 933775379
        },
        {
            "start": 933775382,
            "stop": 933775406
        },
        {
            "start": 933775408,
            "stop": 933775412
        },
        {
            "start": 933775414,
            "stop": 933775421
        },
        {
            "start": 933775423,
            "stop": 933775429
        },
        {
            "start": 933775433,
            "stop": 933776703
        },
        {
            "start": 933777613,
            "stop": 933778589
        },
        {
            "start": 933778595,
            "stop": 933778951
        },
        {
            "start": 933778953,
            "stop": 933778955
        },
        {
            "start": 933778957,
            "stop": 933778981
        },
        {
            "start": 933778984,
            "stop": 933778989
        },
        {
            "start": 933778991,
            "stop": 933779007
        },
        {
            "start": 933779010,
            "stop": 933779014
        },
        {
            "start": 933779017,
            "stop": 933779031
        }
    ]
}