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=1773
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=1774",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1772",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1773,
    "results": [
        {
            "start": 959203209,
            "stop": 959203374
        },
        {
            "start": 959203376,
            "stop": 959203377
        },
        {
            "start": 959203378,
            "stop": 959203398
        },
        {
            "start": 959203400,
            "stop": 959203461
        },
        {
            "start": 959203463,
            "stop": 959203490
        },
        {
            "start": 959203493,
            "stop": 959203525
        },
        {
            "start": 959203527,
            "stop": 959203538
        },
        {
            "start": 959203540,
            "stop": 959203542
        },
        {
            "start": 959203546,
            "stop": 959203571
        },
        {
            "start": 959203574,
            "stop": 959203655
        },
        {
            "start": 959203656,
            "stop": 959203675
        },
        {
            "start": 959203679,
            "stop": 959203683
        },
        {
            "start": 959203688,
            "stop": 959203689
        },
        {
            "start": 959203694,
            "stop": 959203703
        },
        {
            "start": 959203705,
            "stop": 959203717
        },
        {
            "start": 959203719,
            "stop": 959203793
        },
        {
            "start": 959203794,
            "stop": 959203889
        },
        {
            "start": 959203891,
            "stop": 959203894
        },
        {
            "start": 959203895,
            "stop": 959203896
        },
        {
            "start": 959203902,
            "stop": 959203913
        }
    ]
}