Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4357",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4358,
    "results": [
        {
            "start": 874793952,
            "stop": 874794039
        },
        {
            "start": 874794061,
            "stop": 874794066
        },
        {
            "start": 874794086,
            "stop": 874794093
        },
        {
            "start": 874794112,
            "stop": 874794120
        },
        {
            "start": 874794300,
            "stop": 874794332
        },
        {
            "start": 874794373,
            "stop": 874794442
        },
        {
            "start": 874794461,
            "stop": 874794540
        },
        {
            "start": 874794600,
            "stop": 874794660
        },
        {
            "start": 874794720,
            "stop": 874794771
        },
        {
            "start": 874794790,
            "stop": 874795000
        },
        {
            "start": 874795027,
            "stop": 874795061
        },
        {
            "start": 874795099,
            "stop": 874795112
        },
        {
            "start": 874795142,
            "stop": 874795200
        },
        {
            "start": 874795320,
            "stop": 874795329
        },
        {
            "start": 874795348,
            "stop": 874795382
        },
        {
            "start": 874795502,
            "stop": 874795550
        },
        {
            "start": 874795583,
            "stop": 874795660
        },
        {
            "start": 874795679,
            "stop": 874795740
        },
        {
            "start": 874795800,
            "stop": 874795918
        },
        {
            "start": 874795937,
            "stop": 874795980
        }
    ]
}