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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1647",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1645",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1646,
    "results": [
        {
            "start": 956217273,
            "stop": 956217505
        },
        {
            "start": 956217507,
            "stop": 956218145
        },
        {
            "start": 956218147,
            "stop": 956218257
        },
        {
            "start": 956218259,
            "stop": 956218263
        },
        {
            "start": 956218265,
            "stop": 956218850
        },
        {
            "start": 956218852,
            "stop": 956219494
        },
        {
            "start": 956219496,
            "stop": 956219710
        },
        {
            "start": 956219712,
            "stop": 956219719
        },
        {
            "start": 956219721,
            "stop": 956220333
        },
        {
            "start": 956220335,
            "stop": 956220832
        },
        {
            "start": 956220835,
            "stop": 956220889
        },
        {
            "start": 956220891,
            "stop": 956221243
        },
        {
            "start": 956221245,
            "stop": 956221333
        },
        {
            "start": 956221335,
            "stop": 956221644
        },
        {
            "start": 956221646,
            "stop": 956221804
        },
        {
            "start": 956221806,
            "stop": 956222049
        },
        {
            "start": 956223249,
            "stop": 956229266
        },
        {
            "start": 956230463,
            "stop": 956240394
        },
        {
            "start": 956240816,
            "stop": 956252966
        },
        {
            "start": 956252970,
            "stop": 956261925
        }
    ]
}