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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 52,
    "results": [
        {
            "start": 1371709908,
            "stop": 1371715408
        },
        {
            "start": 1371727329,
            "stop": 1371733523
        },
        {
            "start": 1371733528,
            "stop": 1371733925
        },
        {
            "start": 1371733930,
            "stop": 1371736839
        },
        {
            "start": 1371736844,
            "stop": 1371750147
        },
        {
            "start": 1371750152,
            "stop": 1371770205
        },
        {
            "start": 1371770210,
            "stop": 1371772027
        },
        {
            "start": 1371772032,
            "stop": 1371779500
        },
        {
            "start": 1371779505,
            "stop": 1371779968
        },
        {
            "start": 1371779973,
            "stop": 1371782913
        },
        {
            "start": 1371782918,
            "stop": 1371785495
        },
        {
            "start": 1371789583,
            "stop": 1371792944
        },
        {
            "start": 1371792949,
            "stop": 1371794567
        },
        {
            "start": 1371794572,
            "stop": 1371802267
        },
        {
            "start": 1371802272,
            "stop": 1371804055
        },
        {
            "start": 1371804058,
            "stop": 1371806375
        },
        {
            "start": 1371806379,
            "stop": 1371815489
        },
        {
            "start": 1371820056,
            "stop": 1371820079
        },
        {
            "start": 1371820084,
            "stop": 1371821817
        },
        {
            "start": 1371821822,
            "stop": 1371823319
        }
    ]
}