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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=255",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 256,
    "results": [
        {
            "start": 820941765,
            "stop": 820941789
        },
        {
            "start": 820941793,
            "stop": 820941822
        },
        {
            "start": 820941825,
            "stop": 820941837
        },
        {
            "start": 820941840,
            "stop": 820941998
        },
        {
            "start": 820942001,
            "stop": 820942101
        },
        {
            "start": 820942104,
            "stop": 820942276
        },
        {
            "start": 820942279,
            "stop": 820942322
        },
        {
            "start": 820942325,
            "stop": 820942353
        },
        {
            "start": 820942356,
            "stop": 820942360
        },
        {
            "start": 820942363,
            "stop": 820942365
        },
        {
            "start": 820942368,
            "stop": 820942407
        },
        {
            "start": 820942410,
            "stop": 820942445
        },
        {
            "start": 820942448,
            "stop": 820942480
        },
        {
            "start": 820942483,
            "stop": 820942557
        },
        {
            "start": 820942560,
            "stop": 820942609
        },
        {
            "start": 820942613,
            "stop": 820942760
        },
        {
            "start": 820942764,
            "stop": 820942781
        },
        {
            "start": 820942784,
            "stop": 820942827
        },
        {
            "start": 820942830,
            "stop": 820942903
        },
        {
            "start": 820943317,
            "stop": 820943320
        }
    ]
}