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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6412",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6413,
    "results": [
        {
            "start": 873738678,
            "stop": 873738781
        },
        {
            "start": 873738782,
            "stop": 873738811
        },
        {
            "start": 873738812,
            "stop": 873738856
        },
        {
            "start": 873738858,
            "stop": 873739190
        },
        {
            "start": 873739192,
            "stop": 873739249
        },
        {
            "start": 873739250,
            "stop": 873739272
        },
        {
            "start": 873739273,
            "stop": 873739300
        },
        {
            "start": 873739301,
            "stop": 873739325
        },
        {
            "start": 873739326,
            "stop": 873739528
        },
        {
            "start": 873739529,
            "stop": 873739963
        },
        {
            "start": 873739964,
            "stop": 873740221
        },
        {
            "start": 873740222,
            "stop": 873740315
        },
        {
            "start": 873740316,
            "stop": 873740349
        },
        {
            "start": 873740351,
            "stop": 873740646
        },
        {
            "start": 873740647,
            "stop": 873740659
        },
        {
            "start": 873740660,
            "stop": 873740772
        },
        {
            "start": 873740773,
            "stop": 873740868
        },
        {
            "start": 873740869,
            "stop": 873740874
        },
        {
            "start": 873740875,
            "stop": 873740915
        },
        {
            "start": 873740916,
            "stop": 873740976
        }
    ]
}