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=6984
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=6985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6983",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6984,
    "results": [
        {
            "start": 873825882,
            "stop": 873825924
        },
        {
            "start": 873825927,
            "stop": 873825985
        },
        {
            "start": 873825989,
            "stop": 873825992
        },
        {
            "start": 873825995,
            "stop": 873826141
        },
        {
            "start": 873826144,
            "stop": 873826167
        },
        {
            "start": 873826171,
            "stop": 873826287
        },
        {
            "start": 873826290,
            "stop": 873826390
        },
        {
            "start": 873826393,
            "stop": 873826395
        },
        {
            "start": 873826399,
            "stop": 873826423
        },
        {
            "start": 873826426,
            "stop": 873826596
        },
        {
            "start": 873826600,
            "stop": 873826603
        },
        {
            "start": 873826608,
            "stop": 873826698
        },
        {
            "start": 873826702,
            "stop": 873826704
        },
        {
            "start": 873826708,
            "stop": 873826711
        },
        {
            "start": 873826716,
            "stop": 873826793
        },
        {
            "start": 873826797,
            "stop": 873826825
        },
        {
            "start": 873826829,
            "stop": 873827203
        },
        {
            "start": 873827207,
            "stop": 873827233
        },
        {
            "start": 873827237,
            "stop": 873827284
        },
        {
            "start": 873827287,
            "stop": 873827307
        }
    ]
}