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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=330",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 331,
    "results": [
        {
            "start": 823075410,
            "stop": 823075459
        },
        {
            "start": 823075473,
            "stop": 823075524
        },
        {
            "start": 823075531,
            "stop": 823075792
        },
        {
            "start": 823075805,
            "stop": 823075891
        },
        {
            "start": 823075911,
            "stop": 823075940
        },
        {
            "start": 823075948,
            "stop": 823075963
        },
        {
            "start": 823075991,
            "stop": 823076011
        },
        {
            "start": 823076019,
            "stop": 823076178
        },
        {
            "start": 823076186,
            "stop": 823076252
        },
        {
            "start": 823076277,
            "stop": 823076301
        },
        {
            "start": 823076315,
            "stop": 823076352
        },
        {
            "start": 823076372,
            "stop": 823076379
        },
        {
            "start": 823076386,
            "stop": 823076425
        },
        {
            "start": 823076433,
            "stop": 823076498
        },
        {
            "start": 823076505,
            "stop": 823076545
        },
        {
            "start": 823076552,
            "stop": 823076730
        },
        {
            "start": 823076737,
            "stop": 823076743
        },
        {
            "start": 823076757,
            "stop": 823076782
        },
        {
            "start": 823076790,
            "stop": 823076862
        },
        {
            "start": 823076878,
            "stop": 823076895
        }
    ]
}