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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=345",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 346,
    "results": [
        {
            "start": 846452784,
            "stop": 846454215
        },
        {
            "start": 846455424,
            "stop": 846457560
        },
        {
            "start": 846459362,
            "stop": 846460822
        },
        {
            "start": 846461963,
            "stop": 846465930
        },
        {
            "start": 846467069,
            "stop": 846473916
        },
        {
            "start": 846473918,
            "stop": 846475698
        },
        {
            "start": 846478312,
            "stop": 846493723
        },
        {
            "start": 846493725,
            "stop": 846493906
        },
        {
            "start": 846494909,
            "stop": 846495505
        },
        {
            "start": 846496383,
            "stop": 846502644
        },
        {
            "start": 846502646,
            "stop": 846507615
        },
        {
            "start": 846507616,
            "stop": 846511932
        },
        {
            "start": 846512053,
            "stop": 846512055
        },
        {
            "start": 846512065,
            "stop": 846512318
        },
        {
            "start": 846515923,
            "stop": 846517747
        },
        {
            "start": 846518749,
            "stop": 846519967
        },
        {
            "start": 846538728,
            "stop": 846546332
        },
        {
            "start": 846546712,
            "stop": 846547233
        },
        {
            "start": 846548238,
            "stop": 846577492
        },
        {
            "start": 846578504,
            "stop": 846579373
        }
    ]
}