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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3544",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3545,
    "results": [
        {
            "start": 871591438,
            "stop": 871592160
        },
        {
            "start": 871592340,
            "stop": 871592525
        },
        {
            "start": 871592542,
            "stop": 871594060
        },
        {
            "start": 871594077,
            "stop": 871594148
        },
        {
            "start": 871594165,
            "stop": 871594184
        },
        {
            "start": 871594201,
            "stop": 871594215
        },
        {
            "start": 871594232,
            "stop": 871594247
        },
        {
            "start": 871594267,
            "stop": 871594362
        },
        {
            "start": 871594379,
            "stop": 871595130
        },
        {
            "start": 871595147,
            "stop": 871596215
        },
        {
            "start": 871596232,
            "stop": 871596660
        },
        {
            "start": 871596677,
            "stop": 871596980
        },
        {
            "start": 871598665,
            "stop": 871599141
        },
        {
            "start": 871599158,
            "stop": 871599189
        },
        {
            "start": 871599206,
            "stop": 871599318
        },
        {
            "start": 871599335,
            "stop": 871599538
        },
        {
            "start": 871599561,
            "stop": 871600085
        },
        {
            "start": 871600102,
            "stop": 871601122
        },
        {
            "start": 871601139,
            "stop": 871601519
        },
        {
            "start": 871601532,
            "stop": 871601762
        }
    ]
}