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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16696",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16697,
    "results": [
        {
            "start": 874942251,
            "stop": 874942266
        },
        {
            "start": 874942268,
            "stop": 874942279
        },
        {
            "start": 874942281,
            "stop": 874942295
        },
        {
            "start": 874942296,
            "stop": 874942308
        },
        {
            "start": 874942309,
            "stop": 874942390
        },
        {
            "start": 874942391,
            "stop": 874942406
        },
        {
            "start": 874942407,
            "stop": 874942459
        },
        {
            "start": 874942460,
            "stop": 874942502
        },
        {
            "start": 874942503,
            "stop": 874942506
        },
        {
            "start": 874942507,
            "stop": 874942525
        },
        {
            "start": 874942526,
            "stop": 874942535
        },
        {
            "start": 874942537,
            "stop": 874942547
        },
        {
            "start": 874942549,
            "stop": 874942628
        },
        {
            "start": 874942630,
            "stop": 874942694
        },
        {
            "start": 874942695,
            "stop": 874942808
        },
        {
            "start": 874942810,
            "stop": 874942828
        },
        {
            "start": 874942829,
            "stop": 874942864
        },
        {
            "start": 874942866,
            "stop": 874942885
        },
        {
            "start": 874942888,
            "stop": 874942982
        },
        {
            "start": 874942984,
            "stop": 874943052
        }
    ]
}