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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=99",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 100,
    "results": [
        {
            "start": 821386362,
            "stop": 821386418
        },
        {
            "start": 821386421,
            "stop": 821386481
        },
        {
            "start": 821386484,
            "stop": 821386550
        },
        {
            "start": 821386553,
            "stop": 821386586
        },
        {
            "start": 821386589,
            "stop": 821386644
        },
        {
            "start": 821386647,
            "stop": 821386682
        },
        {
            "start": 821386685,
            "stop": 821386688
        },
        {
            "start": 821386691,
            "stop": 821386740
        },
        {
            "start": 821386743,
            "stop": 821386751
        },
        {
            "start": 821386754,
            "stop": 821388560
        },
        {
            "start": 821388880,
            "stop": 821389103
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821400126
        },
        {
            "start": 821400129,
            "stop": 821400150
        },
        {
            "start": 821400153,
            "stop": 821400418
        },
        {
            "start": 821400421,
            "stop": 821400616
        },
        {
            "start": 821400619,
            "stop": 821400675
        },
        {
            "start": 821400676,
            "stop": 821400690
        },
        {
            "start": 821400693,
            "stop": 821400707
        },
        {
            "start": 821400710,
            "stop": 821400763
        }
    ]
}