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/L1_BURST_CAT1/segments?format=api&page=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=209",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 210,
    "results": [
        {
            "start": 834591038,
            "stop": 834591368
        },
        {
            "start": 834591592,
            "stop": 834592806
        },
        {
            "start": 834617524,
            "stop": 834618768
        },
        {
            "start": 834618770,
            "stop": 834618930
        },
        {
            "start": 834618932,
            "stop": 834636892
        },
        {
            "start": 834640214,
            "stop": 834645468
        },
        {
            "start": 834645470,
            "stop": 834650451
        },
        {
            "start": 834650453,
            "stop": 834650487
        },
        {
            "start": 834652381,
            "stop": 834663694
        },
        {
            "start": 834664450,
            "stop": 834674561
        },
        {
            "start": 834674563,
            "stop": 834677911
        },
        {
            "start": 834677913,
            "stop": 834679397
        },
        {
            "start": 834679502,
            "stop": 834691359
        },
        {
            "start": 834698392,
            "stop": 834699879
        },
        {
            "start": 834699881,
            "stop": 834700104
        },
        {
            "start": 834700106,
            "stop": 834700113
        },
        {
            "start": 834700370,
            "stop": 834724268
        },
        {
            "start": 834724270,
            "stop": 834737352
        },
        {
            "start": 834738350,
            "stop": 834743507
        },
        {
            "start": 834743509,
            "stop": 834752580
        }
    ]
}