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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=292",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 293,
    "results": [
        {
            "start": 935223746,
            "stop": 935223773
        },
        {
            "start": 935223777,
            "stop": 935223796
        },
        {
            "start": 935223798,
            "stop": 935224448
        },
        {
            "start": 935224451,
            "stop": 935224464
        },
        {
            "start": 935224467,
            "stop": 935224513
        },
        {
            "start": 935224532,
            "stop": 935224990
        },
        {
            "start": 935224992,
            "stop": 935226015
        },
        {
            "start": 935226255,
            "stop": 935227051
        },
        {
            "start": 935229277,
            "stop": 935229615
        },
        {
            "start": 935229855,
            "stop": 935233215
        },
        {
            "start": 935233455,
            "stop": 935234831
        },
        {
            "start": 935234833,
            "stop": 935235311
        },
        {
            "start": 935235313,
            "stop": 935235880
        },
        {
            "start": 935235883,
            "stop": 935236181
        },
        {
            "start": 935236183,
            "stop": 935236408
        },
        {
            "start": 935236411,
            "stop": 935236412
        },
        {
            "start": 935236414,
            "stop": 935236721
        },
        {
            "start": 935236723,
            "stop": 935236815
        },
        {
            "start": 935237055,
            "stop": 935237421
        },
        {
            "start": 935237425,
            "stop": 935238442
        }
    ]
}