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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=386",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 387,
    "results": [
        {
            "start": 821763529,
            "stop": 821763536
        },
        {
            "start": 821763541,
            "stop": 821763545
        },
        {
            "start": 821763552,
            "stop": 821763553
        },
        {
            "start": 821763556,
            "stop": 821763562
        },
        {
            "start": 821763569,
            "stop": 821763570
        },
        {
            "start": 821763586,
            "stop": 821763587
        },
        {
            "start": 821763594,
            "stop": 821763596
        },
        {
            "start": 821763606,
            "stop": 821763607
        },
        {
            "start": 821763613,
            "stop": 821763615
        },
        {
            "start": 821763620,
            "stop": 821763622
        },
        {
            "start": 821763625,
            "stop": 821763628
        },
        {
            "start": 821763631,
            "stop": 821763632
        },
        {
            "start": 821763643,
            "stop": 821763648
        },
        {
            "start": 821763651,
            "stop": 821763652
        },
        {
            "start": 821763655,
            "stop": 821763656
        },
        {
            "start": 821763666,
            "stop": 821763667
        },
        {
            "start": 821763670,
            "stop": 821763673
        },
        {
            "start": 821763677,
            "stop": 821763678
        },
        {
            "start": 821763688,
            "stop": 821763693
        },
        {
            "start": 821763697,
            "stop": 821763700
        }
    ]
}