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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=118",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 119,
    "results": [
        {
            "start": 818064868,
            "stop": 818064870
        },
        {
            "start": 818064878,
            "stop": 818064879
        },
        {
            "start": 818064885,
            "stop": 818064889
        },
        {
            "start": 818064904,
            "stop": 818064905
        },
        {
            "start": 818064915,
            "stop": 818064916
        },
        {
            "start": 818064920,
            "stop": 818064921
        },
        {
            "start": 818066420,
            "stop": 818066422
        },
        {
            "start": 818066425,
            "stop": 818066427
        },
        {
            "start": 818066430,
            "stop": 818066432
        },
        {
            "start": 818066437,
            "stop": 818066451
        },
        {
            "start": 818066454,
            "stop": 818066487
        },
        {
            "start": 818066492,
            "stop": 818066495
        },
        {
            "start": 818066498,
            "stop": 818066502
        },
        {
            "start": 818066507,
            "stop": 818066514
        },
        {
            "start": 818066518,
            "stop": 818066521
        },
        {
            "start": 818066525,
            "stop": 818066526
        },
        {
            "start": 818066529,
            "stop": 818066552
        },
        {
            "start": 818066558,
            "stop": 818066560
        },
        {
            "start": 818066563,
            "stop": 818066589
        },
        {
            "start": 818066592,
            "stop": 818066603
        }
    ]
}