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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1621",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1619",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1620,
    "results": [
        {
            "start": 954696960,
            "stop": 954703550
        },
        {
            "start": 954703552,
            "stop": 954704568
        },
        {
            "start": 954704570,
            "stop": 954705899
        },
        {
            "start": 954705900,
            "stop": 954707191
        },
        {
            "start": 954707193,
            "stop": 954707851
        },
        {
            "start": 954707853,
            "stop": 954711279
        },
        {
            "start": 954711282,
            "stop": 954713386
        },
        {
            "start": 954713388,
            "stop": 954714398
        },
        {
            "start": 954714400,
            "stop": 954714408
        },
        {
            "start": 954714410,
            "stop": 954714414
        },
        {
            "start": 954714417,
            "stop": 954714478
        },
        {
            "start": 954714480,
            "stop": 954714483
        },
        {
            "start": 954714485,
            "stop": 954714768
        },
        {
            "start": 954714770,
            "stop": 954714843
        },
        {
            "start": 954714845,
            "stop": 954714940
        },
        {
            "start": 954714943,
            "stop": 954715782
        },
        {
            "start": 954720345,
            "stop": 954725353
        },
        {
            "start": 954735710,
            "stop": 954740237
        },
        {
            "start": 954740238,
            "stop": 954749632
        },
        {
            "start": 954753015,
            "stop": 954759696
        }
    ]
}