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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5625",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5626,
    "results": [
        {
            "start": 874475634,
            "stop": 874475970
        },
        {
            "start": 874475973,
            "stop": 874476317
        },
        {
            "start": 874476320,
            "stop": 874476635
        },
        {
            "start": 874476638,
            "stop": 874477019
        },
        {
            "start": 874477022,
            "stop": 874477110
        },
        {
            "start": 874477113,
            "stop": 874477259
        },
        {
            "start": 874477262,
            "stop": 874477349
        },
        {
            "start": 874477352,
            "stop": 874477635
        },
        {
            "start": 874477638,
            "stop": 874477898
        },
        {
            "start": 874477901,
            "stop": 874478034
        },
        {
            "start": 874478038,
            "stop": 874478233
        },
        {
            "start": 874478241,
            "stop": 874478556
        },
        {
            "start": 874478559,
            "stop": 874478677
        },
        {
            "start": 874480016,
            "stop": 874481570
        },
        {
            "start": 874481573,
            "stop": 874482351
        },
        {
            "start": 874482354,
            "stop": 874483324
        },
        {
            "start": 874483327,
            "stop": 874483430
        },
        {
            "start": 874483433,
            "stop": 874483552
        },
        {
            "start": 874483556,
            "stop": 874483886
        },
        {
            "start": 874483890,
            "stop": 874483961
        }
    ]
}