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=5118
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=5119",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5117",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5118,
    "results": [
        {
            "start": 1135895393,
            "stop": 1135895430
        },
        {
            "start": 1135895432,
            "stop": 1135895460
        },
        {
            "start": 1135895462,
            "stop": 1135895481
        },
        {
            "start": 1135895483,
            "stop": 1135895553
        },
        {
            "start": 1135895555,
            "stop": 1135895616
        },
        {
            "start": 1135895618,
            "stop": 1135895651
        },
        {
            "start": 1135895653,
            "stop": 1135895657
        },
        {
            "start": 1135895659,
            "stop": 1135895671
        },
        {
            "start": 1135895673,
            "stop": 1135895676
        },
        {
            "start": 1135895678,
            "stop": 1135895771
        },
        {
            "start": 1135895773,
            "stop": 1135895825
        },
        {
            "start": 1135895827,
            "stop": 1135895829
        },
        {
            "start": 1135895831,
            "stop": 1135895836
        },
        {
            "start": 1135895838,
            "stop": 1135895849
        },
        {
            "start": 1135895851,
            "stop": 1135895859
        },
        {
            "start": 1135895861,
            "stop": 1135895876
        },
        {
            "start": 1135895880,
            "stop": 1135895887
        },
        {
            "start": 1135895889,
            "stop": 1135896030
        },
        {
            "start": 1135896032,
            "stop": 1135896216
        },
        {
            "start": 1135896218,
            "stop": 1135896269
        }
    ]
}