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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=182",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 183,
    "results": [
        {
            "start": 933184530,
            "stop": 933184543
        },
        {
            "start": 933184545,
            "stop": 933208542
        },
        {
            "start": 933208550,
            "stop": 933216918
        },
        {
            "start": 933216925,
            "stop": 933228561
        },
        {
            "start": 933234841,
            "stop": 933236134
        },
        {
            "start": 933237803,
            "stop": 933250710
        },
        {
            "start": 933252472,
            "stop": 933264830
        },
        {
            "start": 933268926,
            "stop": 933268991
        },
        {
            "start": 933269425,
            "stop": 933276373
        },
        {
            "start": 933278719,
            "stop": 933281795
        },
        {
            "start": 933281802,
            "stop": 933289789
        },
        {
            "start": 933292866,
            "stop": 933304663
        },
        {
            "start": 933304665,
            "stop": 933304768
        },
        {
            "start": 933304770,
            "stop": 933304798
        },
        {
            "start": 933304800,
            "stop": 933305008
        },
        {
            "start": 933305010,
            "stop": 933308445
        },
        {
            "start": 933316739,
            "stop": 933346893
        },
        {
            "start": 933352584,
            "stop": 933352969
        },
        {
            "start": 933354387,
            "stop": 933357393
        },
        {
            "start": 933369460,
            "stop": 933373006
        }
    ]
}