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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29335",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29336,
    "results": [
        {
            "start": 971245590,
            "stop": 971245593
        },
        {
            "start": 971245596,
            "stop": 971245604
        },
        {
            "start": 971245605,
            "stop": 971245637
        },
        {
            "start": 971245638,
            "stop": 971245644
        },
        {
            "start": 971245645,
            "stop": 971245646
        },
        {
            "start": 971245647,
            "stop": 971245652
        },
        {
            "start": 971245654,
            "stop": 971245656
        },
        {
            "start": 971245658,
            "stop": 971245682
        },
        {
            "start": 971245684,
            "stop": 971245724
        },
        {
            "start": 971245726,
            "stop": 971245730
        },
        {
            "start": 971245731,
            "stop": 971245755
        },
        {
            "start": 971245756,
            "stop": 971245769
        },
        {
            "start": 971245770,
            "stop": 971245790
        },
        {
            "start": 971245793,
            "stop": 971245798
        },
        {
            "start": 971245799,
            "stop": 971245802
        },
        {
            "start": 971245804,
            "stop": 971245877
        },
        {
            "start": 971245878,
            "stop": 971245892
        },
        {
            "start": 971245922,
            "stop": 971245925
        },
        {
            "start": 971245932,
            "stop": 971245934
        },
        {
            "start": 971245935,
            "stop": 971245937
        }
    ]
}