Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 31,
    "results": [
        {
            "start": 1257150379,
            "stop": 1257150380
        },
        {
            "start": 1257150388,
            "stop": 1257150428
        },
        {
            "start": 1257150429,
            "stop": 1257150430
        },
        {
            "start": 1257150431,
            "stop": 1257150511
        },
        {
            "start": 1257150512,
            "stop": 1257150539
        },
        {
            "start": 1257150540,
            "stop": 1257150541
        },
        {
            "start": 1257150542,
            "stop": 1257150550
        },
        {
            "start": 1257150552,
            "stop": 1257150559
        },
        {
            "start": 1257150560,
            "stop": 1257150571
        },
        {
            "start": 1257150572,
            "stop": 1257150575
        },
        {
            "start": 1257150576,
            "stop": 1257150577
        },
        {
            "start": 1257150579,
            "stop": 1257150580
        },
        {
            "start": 1257150589,
            "stop": 1257150599
        },
        {
            "start": 1257150602,
            "stop": 1257150603
        },
        {
            "start": 1257150605,
            "stop": 1257150652
        },
        {
            "start": 1257150653,
            "stop": 1257150654
        },
        {
            "start": 1257150657,
            "stop": 1257150658
        },
        {
            "start": 1257150671,
            "stop": 1257150674
        },
        {
            "start": 1257150679,
            "stop": 1257150682
        },
        {
            "start": 1257150694,
            "stop": 1257150716
        }
    ]
}