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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=316",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 317,
    "results": [
        {
            "start": 822616578,
            "stop": 822616604
        },
        {
            "start": 822616608,
            "stop": 822616984
        },
        {
            "start": 822616987,
            "stop": 822617378
        },
        {
            "start": 822617381,
            "stop": 822617533
        },
        {
            "start": 822617618,
            "stop": 822618403
        },
        {
            "start": 822618406,
            "stop": 822618658
        },
        {
            "start": 822618661,
            "stop": 822618771
        },
        {
            "start": 822618774,
            "stop": 822618956
        },
        {
            "start": 822618959,
            "stop": 822618977
        },
        {
            "start": 822618980,
            "stop": 822619303
        },
        {
            "start": 822619390,
            "stop": 822619532
        },
        {
            "start": 822619535,
            "stop": 822620482
        },
        {
            "start": 822620485,
            "stop": 822620503
        },
        {
            "start": 822620507,
            "stop": 822620529
        },
        {
            "start": 822620532,
            "stop": 822620798
        },
        {
            "start": 822620801,
            "stop": 822620803
        },
        {
            "start": 822620807,
            "stop": 822620929
        },
        {
            "start": 822620932,
            "stop": 822621041
        },
        {
            "start": 822621045,
            "stop": 822621370
        },
        {
            "start": 822621455,
            "stop": 822621921
        }
    ]
}