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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 143,
    "results": [
        {
            "start": 1258303343,
            "stop": 1258303602
        },
        {
            "start": 1258303605,
            "stop": 1258303854
        },
        {
            "start": 1258303862,
            "stop": 1258305638
        },
        {
            "start": 1258305641,
            "stop": 1258306000
        },
        {
            "start": 1258306003,
            "stop": 1258306741
        },
        {
            "start": 1258306744,
            "stop": 1258308023
        },
        {
            "start": 1258308026,
            "stop": 1258308371
        },
        {
            "start": 1258308374,
            "stop": 1258308553
        },
        {
            "start": 1258308556,
            "stop": 1258309205
        },
        {
            "start": 1258309208,
            "stop": 1258309493
        },
        {
            "start": 1258309502,
            "stop": 1258309706
        },
        {
            "start": 1258309709,
            "stop": 1258310444
        },
        {
            "start": 1258310447,
            "stop": 1258310452
        },
        {
            "start": 1258310455,
            "stop": 1258310628
        },
        {
            "start": 1258310631,
            "stop": 1258310726
        },
        {
            "start": 1258310729,
            "stop": 1258310832
        },
        {
            "start": 1258310835,
            "stop": 1258311036
        },
        {
            "start": 1258311039,
            "stop": 1258311048
        },
        {
            "start": 1258311051,
            "stop": 1258311268
        },
        {
            "start": 1258311271,
            "stop": 1258311344
        }
    ]
}