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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=381",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 382,
    "results": [
        {
            "start": 821440484,
            "stop": 821440527
        },
        {
            "start": 821440546,
            "stop": 821440581
        },
        {
            "start": 821440609,
            "stop": 821440660
        },
        {
            "start": 821440679,
            "stop": 821440742
        },
        {
            "start": 821440761,
            "stop": 821440798
        },
        {
            "start": 821440817,
            "stop": 821440980
        },
        {
            "start": 821441010,
            "stop": 821441053
        },
        {
            "start": 821441079,
            "stop": 821441152
        },
        {
            "start": 821441171,
            "stop": 821441255
        },
        {
            "start": 821441274,
            "stop": 821441332
        },
        {
            "start": 821441351,
            "stop": 821441394
        },
        {
            "start": 821441413,
            "stop": 821441555
        },
        {
            "start": 821441574,
            "stop": 821441602
        },
        {
            "start": 821441621,
            "stop": 821441940
        },
        {
            "start": 821441959,
            "stop": 821442125
        },
        {
            "start": 821442144,
            "stop": 821442296
        },
        {
            "start": 821442340,
            "stop": 821442360
        },
        {
            "start": 821442379,
            "stop": 821442382
        },
        {
            "start": 821442402,
            "stop": 821442426
        },
        {
            "start": 821442445,
            "stop": 821442500
        }
    ]
}