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=5326
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=5327",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5325",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5326,
    "results": [
        {
            "start": 1136532004,
            "stop": 1136532019
        },
        {
            "start": 1136533358,
            "stop": 1136533396
        },
        {
            "start": 1136533398,
            "stop": 1136533401
        },
        {
            "start": 1136533403,
            "stop": 1136533442
        },
        {
            "start": 1136533444,
            "stop": 1136533536
        },
        {
            "start": 1136533538,
            "stop": 1136533763
        },
        {
            "start": 1136533765,
            "stop": 1136533775
        },
        {
            "start": 1136533777,
            "stop": 1136533778
        },
        {
            "start": 1136533780,
            "stop": 1136533806
        },
        {
            "start": 1136533808,
            "stop": 1136533899
        },
        {
            "start": 1136533901,
            "stop": 1136533905
        },
        {
            "start": 1136533909,
            "stop": 1136533981
        },
        {
            "start": 1136533983,
            "stop": 1136534134
        },
        {
            "start": 1136534136,
            "stop": 1136534179
        },
        {
            "start": 1136534181,
            "stop": 1136534425
        },
        {
            "start": 1136534427,
            "stop": 1136534494
        },
        {
            "start": 1136534496,
            "stop": 1136534514
        },
        {
            "start": 1136534516,
            "stop": 1136534554
        },
        {
            "start": 1136534558,
            "stop": 1136534567
        },
        {
            "start": 1136534569,
            "stop": 1136534724
        }
    ]
}