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/O4b/timelines/H1_BURST_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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 100,
    "results": [
        {
            "start": 1412209170,
            "stop": 1412215445
        },
        {
            "start": 1412215448,
            "stop": 1412217334
        },
        {
            "start": 1412221544,
            "stop": 1412222040
        },
        {
            "start": 1412222045,
            "stop": 1412225332
        },
        {
            "start": 1412225337,
            "stop": 1412234173
        },
        {
            "start": 1412234176,
            "stop": 1412234541
        },
        {
            "start": 1412234546,
            "stop": 1412235474
        },
        {
            "start": 1412240150,
            "stop": 1412244562
        },
        {
            "start": 1412255594,
            "stop": 1412258491
        },
        {
            "start": 1412262543,
            "stop": 1412268405
        },
        {
            "start": 1412268409,
            "stop": 1412268859
        },
        {
            "start": 1412268863,
            "stop": 1412273689
        },
        {
            "start": 1412273694,
            "stop": 1412277068
        },
        {
            "start": 1412285525,
            "stop": 1412287153
        },
        {
            "start": 1412297326,
            "stop": 1412311037
        },
        {
            "start": 1412311042,
            "stop": 1412313142
        },
        {
            "start": 1412313147,
            "stop": 1412317300
        },
        {
            "start": 1412317304,
            "stop": 1412318273
        },
        {
            "start": 1412324391,
            "stop": 1412330714
        },
        {
            "start": 1412334381,
            "stop": 1412340378
        }
    ]
}