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=522
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=523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=521",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 522,
    "results": [
        {
            "start": 868455924,
            "stop": 868455959
        },
        {
            "start": 868455961,
            "stop": 868455972
        },
        {
            "start": 868455974,
            "stop": 868455978
        },
        {
            "start": 868455981,
            "stop": 868463095
        },
        {
            "start": 868467147,
            "stop": 868467163
        },
        {
            "start": 868467165,
            "stop": 868467363
        },
        {
            "start": 868467367,
            "stop": 868467371
        },
        {
            "start": 868467415,
            "stop": 868467501
        },
        {
            "start": 868467503,
            "stop": 868501605
        },
        {
            "start": 868501730,
            "stop": 868511420
        },
        {
            "start": 868511422,
            "stop": 868516842
        },
        {
            "start": 868518085,
            "stop": 868529081
        },
        {
            "start": 868529083,
            "stop": 868530432
        },
        {
            "start": 868533168,
            "stop": 868540217
        },
        {
            "start": 868554361,
            "stop": 868554392
        },
        {
            "start": 868554394,
            "stop": 868554486
        },
        {
            "start": 868554488,
            "stop": 868554494
        },
        {
            "start": 868554495,
            "stop": 868555794
        },
        {
            "start": 868555796,
            "stop": 868560257
        },
        {
            "start": 868560429,
            "stop": 868577020
        }
    ]
}