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=6880
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=6881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6879",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6880,
    "results": [
        {
            "start": 873396578,
            "stop": 873396595
        },
        {
            "start": 873396599,
            "stop": 873396601
        },
        {
            "start": 873396604,
            "stop": 873396615
        },
        {
            "start": 873396622,
            "stop": 873396679
        },
        {
            "start": 873396686,
            "stop": 873396804
        },
        {
            "start": 873396807,
            "stop": 873396854
        },
        {
            "start": 873396857,
            "stop": 873396890
        },
        {
            "start": 873396898,
            "stop": 873396917
        },
        {
            "start": 873396923,
            "stop": 873396952
        },
        {
            "start": 873396958,
            "stop": 873396976
        },
        {
            "start": 873396986,
            "stop": 873397083
        },
        {
            "start": 873397086,
            "stop": 873397124
        },
        {
            "start": 873397127,
            "stop": 873397144
        },
        {
            "start": 873397287,
            "stop": 873397351
        },
        {
            "start": 873397355,
            "stop": 873397362
        },
        {
            "start": 873397365,
            "stop": 873397419
        },
        {
            "start": 873397426,
            "stop": 873397433
        },
        {
            "start": 873397436,
            "stop": 873397450
        },
        {
            "start": 873397453,
            "stop": 873397477
        },
        {
            "start": 873397481,
            "stop": 873397535
        }
    ]
}