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=6869
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=6870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6868",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6869,
    "results": [
        {
            "start": 873323757,
            "stop": 873323971
        },
        {
            "start": 873324004,
            "stop": 873324300
        },
        {
            "start": 873324360,
            "stop": 873324631
        },
        {
            "start": 873324635,
            "stop": 873324650
        },
        {
            "start": 873324653,
            "stop": 873324830
        },
        {
            "start": 873324833,
            "stop": 873325080
        },
        {
            "start": 873325140,
            "stop": 873325440
        },
        {
            "start": 873325560,
            "stop": 873325860
        },
        {
            "start": 873325980,
            "stop": 873326220
        },
        {
            "start": 873326400,
            "stop": 873326460
        },
        {
            "start": 873330311,
            "stop": 873330312
        },
        {
            "start": 873330314,
            "stop": 873330316
        },
        {
            "start": 873330317,
            "stop": 873330320
        },
        {
            "start": 873330324,
            "stop": 873330327
        },
        {
            "start": 873330328,
            "stop": 873330334
        },
        {
            "start": 873330335,
            "stop": 873330338
        },
        {
            "start": 873330339,
            "stop": 873330343
        },
        {
            "start": 873330345,
            "stop": 873330346
        },
        {
            "start": 873330347,
            "stop": 873330353
        },
        {
            "start": 873330354,
            "stop": 873330355
        }
    ]
}