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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1645",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1643",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1644,
    "results": [
        {
            "start": 956140123,
            "stop": 956140154
        },
        {
            "start": 956140156,
            "stop": 956140176
        },
        {
            "start": 956140177,
            "stop": 956140203
        },
        {
            "start": 956140204,
            "stop": 956140224
        },
        {
            "start": 956140225,
            "stop": 956140321
        },
        {
            "start": 956140323,
            "stop": 956140374
        },
        {
            "start": 956140375,
            "stop": 956140468
        },
        {
            "start": 956140469,
            "stop": 956140515
        },
        {
            "start": 956140516,
            "stop": 956140562
        },
        {
            "start": 956140564,
            "stop": 956140591
        },
        {
            "start": 956140593,
            "stop": 956140605
        },
        {
            "start": 956140607,
            "stop": 956140632
        },
        {
            "start": 956140633,
            "stop": 956140648
        },
        {
            "start": 956140650,
            "stop": 956140731
        },
        {
            "start": 956140732,
            "stop": 956140749
        },
        {
            "start": 956140750,
            "stop": 956140783
        },
        {
            "start": 956140785,
            "stop": 956140824
        },
        {
            "start": 956140825,
            "stop": 956140891
        },
        {
            "start": 956140892,
            "stop": 956140900
        },
        {
            "start": 956140901,
            "stop": 956140935
        }
    ]
}