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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=751",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 752,
    "results": [
        {
            "start": 858518386,
            "stop": 858518387
        },
        {
            "start": 858518393,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532050
        },
        {
            "start": 858532918,
            "stop": 858535261
        },
        {
            "start": 858536022,
            "stop": 858540054
        },
        {
            "start": 858540057,
            "stop": 858541511
        },
        {
            "start": 858541516,
            "stop": 858551067
        },
        {
            "start": 858551069,
            "stop": 858555990
        },
        {
            "start": 858556050,
            "stop": 858556072
        },
        {
            "start": 858556721,
            "stop": 858594390
        },
        {
            "start": 858594450,
            "stop": 858594472
        },
        {
            "start": 858595219,
            "stop": 858607710
        },
        {
            "start": 858607770,
            "stop": 858607776
        },
        {
            "start": 858609594,
            "stop": 858615225
        },
        {
            "start": 858615227,
            "stop": 858615547
        },
        {
            "start": 858615550,
            "stop": 858615766
        },
        {
            "start": 858615770,
            "stop": 858615932
        },
        {
            "start": 858615937,
            "stop": 858617670
        },
        {
            "start": 858619237,
            "stop": 858620391
        },
        {
            "start": 858621260,
            "stop": 858622350
        }
    ]
}