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=7046
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=7047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7045",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7046,
    "results": [
        {
            "start": 874153614,
            "stop": 874153663
        },
        {
            "start": 874153666,
            "stop": 874153667
        },
        {
            "start": 874153670,
            "stop": 874153897
        },
        {
            "start": 874153900,
            "stop": 874154656
        },
        {
            "start": 874154659,
            "stop": 874154816
        },
        {
            "start": 874154819,
            "stop": 874154876
        },
        {
            "start": 874154879,
            "stop": 874155036
        },
        {
            "start": 874155039,
            "stop": 874155080
        },
        {
            "start": 874155081,
            "stop": 874155192
        },
        {
            "start": 874155195,
            "stop": 874155246
        },
        {
            "start": 874155248,
            "stop": 874155459
        },
        {
            "start": 874155462,
            "stop": 874155664
        },
        {
            "start": 874155665,
            "stop": 874155676
        },
        {
            "start": 874155677,
            "stop": 874155894
        },
        {
            "start": 874155897,
            "stop": 874156050
        },
        {
            "start": 874156054,
            "stop": 874156067
        },
        {
            "start": 874156070,
            "stop": 874156170
        },
        {
            "start": 874156173,
            "stop": 874156174
        },
        {
            "start": 874156179,
            "stop": 874156289
        },
        {
            "start": 874156292,
            "stop": 874156346
        }
    ]
}