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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=60",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 61,
    "results": [
        {
            "start": 944649666,
            "stop": 944651026
        },
        {
            "start": 944651887,
            "stop": 944652943
        },
        {
            "start": 944654288,
            "stop": 944654397
        },
        {
            "start": 944655365,
            "stop": 944656752
        },
        {
            "start": 944662571,
            "stop": 944663636
        },
        {
            "start": 944666033,
            "stop": 944666763
        },
        {
            "start": 944667388,
            "stop": 944669041
        },
        {
            "start": 944670044,
            "stop": 944670120
        },
        {
            "start": 944671082,
            "stop": 944671376
        },
        {
            "start": 944672920,
            "stop": 944673091
        },
        {
            "start": 944675984,
            "stop": 944676099
        },
        {
            "start": 944676949,
            "stop": 944677451
        },
        {
            "start": 944678399,
            "stop": 944678773
        },
        {
            "start": 944679562,
            "stop": 944679846
        },
        {
            "start": 944680562,
            "stop": 944681790
        },
        {
            "start": 944686721,
            "stop": 944689586
        },
        {
            "start": 944692169,
            "stop": 944693203
        },
        {
            "start": 944694082,
            "stop": 944694972
        },
        {
            "start": 944695918,
            "stop": 944699753
        },
        {
            "start": 944702721,
            "stop": 944706044
        }
    ]
}