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=1704
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=1705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1703",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1704,
    "results": [
        {
            "start": 957696403,
            "stop": 957696413
        },
        {
            "start": 957696415,
            "stop": 957696416
        },
        {
            "start": 957696418,
            "stop": 957696433
        },
        {
            "start": 957696435,
            "stop": 957696474
        },
        {
            "start": 957696476,
            "stop": 957696499
        },
        {
            "start": 957696501,
            "stop": 957696510
        },
        {
            "start": 957696513,
            "stop": 957696535
        },
        {
            "start": 957696538,
            "stop": 957696760
        },
        {
            "start": 957696764,
            "stop": 957697468
        },
        {
            "start": 957697470,
            "stop": 957697702
        },
        {
            "start": 957697704,
            "stop": 957698074
        },
        {
            "start": 957699515,
            "stop": 957699923
        },
        {
            "start": 957699928,
            "stop": 957700121
        },
        {
            "start": 957700125,
            "stop": 957700149
        },
        {
            "start": 957700152,
            "stop": 957700212
        },
        {
            "start": 957700215,
            "stop": 957700309
        },
        {
            "start": 957707675,
            "stop": 957708726
        },
        {
            "start": 957708727,
            "stop": 957709730
        },
        {
            "start": 957709731,
            "stop": 957714640
        },
        {
            "start": 957718342,
            "stop": 957718405
        }
    ]
}