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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=136",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 137,
    "results": [
        {
            "start": 931730504,
            "stop": 931730506
        },
        {
            "start": 931730512,
            "stop": 931730518
        },
        {
            "start": 931730530,
            "stop": 931730535
        },
        {
            "start": 931730550,
            "stop": 931730555
        },
        {
            "start": 931730562,
            "stop": 931730567
        },
        {
            "start": 931730573,
            "stop": 931730578
        },
        {
            "start": 931730584,
            "stop": 931730586
        },
        {
            "start": 931730606,
            "stop": 931730611
        },
        {
            "start": 931730618,
            "stop": 931730642
        },
        {
            "start": 931730647,
            "stop": 931730654
        },
        {
            "start": 931730668,
            "stop": 931730696
        },
        {
            "start": 931730702,
            "stop": 931730704
        },
        {
            "start": 931730710,
            "stop": 931730713
        },
        {
            "start": 931730719,
            "stop": 931730732
        },
        {
            "start": 931730747,
            "stop": 931730766
        },
        {
            "start": 931730776,
            "stop": 931730862
        },
        {
            "start": 931730867,
            "stop": 931730903
        },
        {
            "start": 931730914,
            "stop": 931730933
        },
        {
            "start": 931730941,
            "stop": 931730949
        },
        {
            "start": 931730955,
            "stop": 931730991
        }
    ]
}