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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=461",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 462,
    "results": [
        {
            "start": 1264393496,
            "stop": 1264393497
        },
        {
            "start": 1264393502,
            "stop": 1264393504
        },
        {
            "start": 1264393506,
            "stop": 1264393507
        },
        {
            "start": 1264393510,
            "stop": 1264393511
        },
        {
            "start": 1264393514,
            "stop": 1264393586
        },
        {
            "start": 1264393588,
            "stop": 1264393607
        },
        {
            "start": 1264393614,
            "stop": 1264393615
        },
        {
            "start": 1264393618,
            "stop": 1264393620
        },
        {
            "start": 1264393622,
            "stop": 1264393624
        },
        {
            "start": 1264393626,
            "stop": 1264393628
        },
        {
            "start": 1264393631,
            "stop": 1264393633
        },
        {
            "start": 1264393634,
            "stop": 1264393637
        },
        {
            "start": 1264393638,
            "stop": 1264393645
        },
        {
            "start": 1264393646,
            "stop": 1264393647
        },
        {
            "start": 1264393652,
            "stop": 1264393653
        },
        {
            "start": 1264393655,
            "stop": 1264393657
        },
        {
            "start": 1264393660,
            "stop": 1264393661
        },
        {
            "start": 1264393662,
            "stop": 1264393668
        },
        {
            "start": 1264393675,
            "stop": 1264393677
        },
        {
            "start": 1264393678,
            "stop": 1264393681
        }
    ]
}