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=425
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=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=424",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 425,
    "results": [
        {
            "start": 825425035,
            "stop": 825425546
        },
        {
            "start": 825425549,
            "stop": 825425554
        },
        {
            "start": 825425558,
            "stop": 825426370
        },
        {
            "start": 825426373,
            "stop": 825426953
        },
        {
            "start": 825426956,
            "stop": 825427168
        },
        {
            "start": 825427171,
            "stop": 825427188
        },
        {
            "start": 825427192,
            "stop": 825427246
        },
        {
            "start": 825427250,
            "stop": 825428334
        },
        {
            "start": 825428338,
            "stop": 825428375
        },
        {
            "start": 825428378,
            "stop": 825428905
        },
        {
            "start": 825429015,
            "stop": 825432143
        },
        {
            "start": 825432146,
            "stop": 825432283
        },
        {
            "start": 825432287,
            "stop": 825432720
        },
        {
            "start": 825432840,
            "stop": 825432842
        },
        {
            "start": 825432863,
            "stop": 825434444
        },
        {
            "start": 825434468,
            "stop": 825436080
        },
        {
            "start": 825436148,
            "stop": 825436901
        },
        {
            "start": 825437201,
            "stop": 825437422
        },
        {
            "start": 825437788,
            "stop": 825437912
        },
        {
            "start": 825438022,
            "stop": 825439266
        }
    ]
}