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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=184",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 185,
    "results": [
        {
            "start": 826944344,
            "stop": 826944370
        },
        {
            "start": 826944372,
            "stop": 826944460
        },
        {
            "start": 826944462,
            "stop": 826944508
        },
        {
            "start": 826944510,
            "stop": 826944553
        },
        {
            "start": 826944559,
            "stop": 826944565
        },
        {
            "start": 826944567,
            "stop": 826944570
        },
        {
            "start": 826944572,
            "stop": 826944848
        },
        {
            "start": 826944850,
            "stop": 826944951
        },
        {
            "start": 826944954,
            "stop": 826944973
        },
        {
            "start": 826944975,
            "stop": 826945180
        },
        {
            "start": 826945182,
            "stop": 826945187
        },
        {
            "start": 826945189,
            "stop": 826945191
        },
        {
            "start": 826945193,
            "stop": 826945286
        },
        {
            "start": 826945288,
            "stop": 826945317
        },
        {
            "start": 826945320,
            "stop": 826945353
        },
        {
            "start": 826945355,
            "stop": 826945360
        },
        {
            "start": 826945362,
            "stop": 826945363
        },
        {
            "start": 826945365,
            "stop": 826945378
        },
        {
            "start": 826945381,
            "stop": 826945416
        },
        {
            "start": 826945420,
            "stop": 826945424
        }
    ]
}