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_CAT1/segments?format=api&page=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=264",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 265,
    "results": [
        {
            "start": 840466225,
            "stop": 840466671
        },
        {
            "start": 840467925,
            "stop": 840469390
        },
        {
            "start": 840469411,
            "stop": 840470165
        },
        {
            "start": 840470248,
            "stop": 840470779
        },
        {
            "start": 840470845,
            "stop": 840476817
        },
        {
            "start": 840476945,
            "stop": 840477078
        },
        {
            "start": 840477081,
            "stop": 840477603
        },
        {
            "start": 840477777,
            "stop": 840478285
        },
        {
            "start": 840478343,
            "stop": 840478444
        },
        {
            "start": 840478655,
            "stop": 840479018
        },
        {
            "start": 840479147,
            "stop": 840479177
        },
        {
            "start": 840479662,
            "stop": 840479728
        },
        {
            "start": 840481313,
            "stop": 840481356
        },
        {
            "start": 840481891,
            "stop": 840482423
        },
        {
            "start": 840482724,
            "stop": 840483494
        },
        {
            "start": 840485508,
            "stop": 840485640
        },
        {
            "start": 840485641,
            "stop": 840485644
        },
        {
            "start": 840522536,
            "stop": 840527728
        },
        {
            "start": 840527730,
            "stop": 840527922
        },
        {
            "start": 840527923,
            "stop": 840527943
        }
    ]
}