Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=552
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=551",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 552,
    "results": [
        {
            "start": 872448609,
            "stop": 872448896
        },
        {
            "start": 872448898,
            "stop": 872452847
        },
        {
            "start": 872454941,
            "stop": 872458941
        },
        {
            "start": 872459346,
            "stop": 872464901
        },
        {
            "start": 872466386,
            "stop": 872496591
        },
        {
            "start": 872497895,
            "stop": 872509803
        },
        {
            "start": 872509805,
            "stop": 872509934
        },
        {
            "start": 872510352,
            "stop": 872510491
        },
        {
            "start": 872510493,
            "stop": 872510615
        },
        {
            "start": 872510617,
            "stop": 872510843
        },
        {
            "start": 872510846,
            "stop": 872511006
        },
        {
            "start": 872511008,
            "stop": 872511027
        },
        {
            "start": 872511028,
            "stop": 872511321
        },
        {
            "start": 872511323,
            "stop": 872511328
        },
        {
            "start": 872511330,
            "stop": 872511354
        },
        {
            "start": 872511356,
            "stop": 872511365
        },
        {
            "start": 872511367,
            "stop": 872511388
        },
        {
            "start": 872511390,
            "stop": 872511504
        },
        {
            "start": 872512397,
            "stop": 872513680
        },
        {
            "start": 872517687,
            "stop": 872518310
        }
    ]
}