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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 68,
    "results": [
        {
            "start": 1373572220,
            "stop": 1373582573
        },
        {
            "start": 1373582578,
            "stop": 1373585642
        },
        {
            "start": 1373585647,
            "stop": 1373588009
        },
        {
            "start": 1373588014,
            "stop": 1373588485
        },
        {
            "start": 1373588490,
            "stop": 1373589510
        },
        {
            "start": 1373589513,
            "stop": 1373590435
        },
        {
            "start": 1373590440,
            "stop": 1373599773
        },
        {
            "start": 1373614183,
            "stop": 1373614999
        },
        {
            "start": 1373615004,
            "stop": 1373619182
        },
        {
            "start": 1373619185,
            "stop": 1373623465
        },
        {
            "start": 1373623470,
            "stop": 1373644117
        },
        {
            "start": 1373644121,
            "stop": 1373644949
        },
        {
            "start": 1373644954,
            "stop": 1373647497
        },
        {
            "start": 1373647502,
            "stop": 1373649896
        },
        {
            "start": 1373649900,
            "stop": 1373650932
        },
        {
            "start": 1373658601,
            "stop": 1373658850
        },
        {
            "start": 1373658855,
            "stop": 1373661801
        },
        {
            "start": 1373661806,
            "stop": 1373663562
        },
        {
            "start": 1373663565,
            "stop": 1373663707
        },
        {
            "start": 1373663710,
            "stop": 1373663808
        }
    ]
}