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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3861",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3862,
    "results": [
        {
            "start": 873817441,
            "stop": 873817601
        },
        {
            "start": 873817607,
            "stop": 873819132
        },
        {
            "start": 873819133,
            "stop": 873819180
        },
        {
            "start": 873819181,
            "stop": 873819343
        },
        {
            "start": 873819346,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819528
        },
        {
            "start": 873819529,
            "stop": 873819544
        },
        {
            "start": 873819545,
            "stop": 873819546
        },
        {
            "start": 873819548,
            "stop": 873819550
        },
        {
            "start": 873819551,
            "stop": 873819552
        },
        {
            "start": 873819553,
            "stop": 873819758
        },
        {
            "start": 873819759,
            "stop": 873819764
        },
        {
            "start": 873819766,
            "stop": 873819768
        },
        {
            "start": 873819769,
            "stop": 873819772
        },
        {
            "start": 873819773,
            "stop": 873819775
        },
        {
            "start": 873819776,
            "stop": 873820827
        },
        {
            "start": 873820829,
            "stop": 873821010
        },
        {
            "start": 873821013,
            "stop": 873821122
        },
        {
            "start": 873821125,
            "stop": 873821126
        },
        {
            "start": 873821129,
            "stop": 873821134
        }
    ]
}