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=7080
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=7081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7079",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7080,
    "results": [
        {
            "start": 874348500,
            "stop": 874348501
        },
        {
            "start": 874348502,
            "stop": 874348528
        },
        {
            "start": 874348529,
            "stop": 874348537
        },
        {
            "start": 874348539,
            "stop": 874348562
        },
        {
            "start": 874348563,
            "stop": 874348565
        },
        {
            "start": 874348567,
            "stop": 874348584
        },
        {
            "start": 874348585,
            "stop": 874348589
        },
        {
            "start": 874348590,
            "stop": 874348608
        },
        {
            "start": 874348609,
            "stop": 874348615
        },
        {
            "start": 874348616,
            "stop": 874348630
        },
        {
            "start": 874350481,
            "stop": 874350494
        },
        {
            "start": 874350496,
            "stop": 874350501
        },
        {
            "start": 874350502,
            "stop": 874350547
        },
        {
            "start": 874350548,
            "stop": 874350594
        },
        {
            "start": 874350596,
            "stop": 874351152
        },
        {
            "start": 874351153,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351800
        },
        {
            "start": 874351860,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353417
        },
        {
            "start": 874354880,
            "stop": 874355169
        }
    ]
}