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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=130",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 131,
    "results": [
        {
            "start": 821520279,
            "stop": 821520293
        },
        {
            "start": 821520296,
            "stop": 821520309
        },
        {
            "start": 821520312,
            "stop": 821520327
        },
        {
            "start": 821520333,
            "stop": 821520334
        },
        {
            "start": 821520337,
            "stop": 821520410
        },
        {
            "start": 821520413,
            "stop": 821520421
        },
        {
            "start": 821520427,
            "stop": 821520438
        },
        {
            "start": 821520441,
            "stop": 821520480
        },
        {
            "start": 821520485,
            "stop": 821520504
        },
        {
            "start": 821520507,
            "stop": 821520536
        },
        {
            "start": 821520543,
            "stop": 821520554
        },
        {
            "start": 821520558,
            "stop": 821520563
        },
        {
            "start": 821520566,
            "stop": 821520576
        },
        {
            "start": 821520579,
            "stop": 821520582
        },
        {
            "start": 821520585,
            "stop": 821520643
        },
        {
            "start": 821520646,
            "stop": 821520657
        },
        {
            "start": 821520660,
            "stop": 821520661
        },
        {
            "start": 821520664,
            "stop": 821520667
        },
        {
            "start": 821520673,
            "stop": 821520723
        },
        {
            "start": 821520726,
            "stop": 821520747
        }
    ]
}