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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5209",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5207",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5208,
    "results": [
        {
            "start": 1136284585,
            "stop": 1136284656
        },
        {
            "start": 1136284658,
            "stop": 1136284713
        },
        {
            "start": 1136284715,
            "stop": 1136284726
        },
        {
            "start": 1136284728,
            "stop": 1136284739
        },
        {
            "start": 1136284741,
            "stop": 1136284743
        },
        {
            "start": 1136284745,
            "stop": 1136284753
        },
        {
            "start": 1136284755,
            "stop": 1136284757
        },
        {
            "start": 1136284759,
            "stop": 1136284768
        },
        {
            "start": 1136284770,
            "stop": 1136284889
        },
        {
            "start": 1136284891,
            "stop": 1136284908
        },
        {
            "start": 1136284910,
            "stop": 1136284929
        },
        {
            "start": 1136284931,
            "stop": 1136284946
        },
        {
            "start": 1136284947,
            "stop": 1136284960
        },
        {
            "start": 1136284962,
            "stop": 1136284964
        },
        {
            "start": 1136284966,
            "stop": 1136285015
        },
        {
            "start": 1136285017,
            "stop": 1136285031
        },
        {
            "start": 1136285033,
            "stop": 1136285098
        },
        {
            "start": 1136285100,
            "stop": 1136285101
        },
        {
            "start": 1136285103,
            "stop": 1136285105
        },
        {
            "start": 1136285107,
            "stop": 1136285113
        }
    ]
}