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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6893",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6894,
    "results": [
        {
            "start": 873458659,
            "stop": 873458664
        },
        {
            "start": 873458667,
            "stop": 873458775
        },
        {
            "start": 873458778,
            "stop": 873458820
        },
        {
            "start": 873458823,
            "stop": 873458851
        },
        {
            "start": 873458858,
            "stop": 873458930
        },
        {
            "start": 873458935,
            "stop": 873458944
        },
        {
            "start": 873458949,
            "stop": 873458996
        },
        {
            "start": 873458999,
            "stop": 873459119
        },
        {
            "start": 873459124,
            "stop": 873459251
        },
        {
            "start": 873459254,
            "stop": 873459799
        },
        {
            "start": 873459900,
            "stop": 873459963
        },
        {
            "start": 873459966,
            "stop": 873460215
        },
        {
            "start": 873460221,
            "stop": 873460232
        },
        {
            "start": 873460699,
            "stop": 873460736
        },
        {
            "start": 873460737,
            "stop": 873460761
        },
        {
            "start": 873460762,
            "stop": 873460824
        },
        {
            "start": 873460825,
            "stop": 873460829
        },
        {
            "start": 873460834,
            "stop": 873460840
        },
        {
            "start": 873460842,
            "stop": 873460859
        },
        {
            "start": 873460860,
            "stop": 873460861
        }
    ]
}