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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=741",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 742,
    "results": [
        {
            "start": 856720897,
            "stop": 856725930
        },
        {
            "start": 856727129,
            "stop": 856727680
        },
        {
            "start": 856728380,
            "stop": 856728390
        },
        {
            "start": 856728450,
            "stop": 856728510
        },
        {
            "start": 856728570,
            "stop": 856728630
        },
        {
            "start": 856728750,
            "stop": 856728804
        },
        {
            "start": 856747232,
            "stop": 856748430
        },
        {
            "start": 856748790,
            "stop": 856764514
        },
        {
            "start": 856764516,
            "stop": 856778501
        },
        {
            "start": 856780920,
            "stop": 856791990
        },
        {
            "start": 856791991,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826490
        },
        {
            "start": 856826550,
            "stop": 856826558
        },
        {
            "start": 856828009,
            "stop": 856845750
        },
        {
            "start": 856845810,
            "stop": 856876850
        },
        {
            "start": 856877534,
            "stop": 856900936
        },
        {
            "start": 856911183,
            "stop": 856911396
        },
        {
            "start": 856912144,
            "stop": 856912770
        },
        {
            "start": 856913978,
            "stop": 856922504
        },
        {
            "start": 856923007,
            "stop": 856928243
        }
    ]
}