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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1941",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1939",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1940,
    "results": [
        {
            "start": 1252653508,
            "stop": 1252654410
        },
        {
            "start": 1252654412,
            "stop": 1252655478
        },
        {
            "start": 1252655486,
            "stop": 1252657285
        },
        {
            "start": 1252657286,
            "stop": 1252657476
        },
        {
            "start": 1252657479,
            "stop": 1252660457
        },
        {
            "start": 1252669871,
            "stop": 1252671578
        },
        {
            "start": 1252671581,
            "stop": 1252672453
        },
        {
            "start": 1252672456,
            "stop": 1252676804
        },
        {
            "start": 1252676812,
            "stop": 1252677380
        },
        {
            "start": 1252677383,
            "stop": 1252679642
        },
        {
            "start": 1252679644,
            "stop": 1252680074
        },
        {
            "start": 1252680077,
            "stop": 1252680413
        },
        {
            "start": 1252680416,
            "stop": 1252683108
        },
        {
            "start": 1252683111,
            "stop": 1252683732
        },
        {
            "start": 1252683735,
            "stop": 1252684602
        },
        {
            "start": 1252684605,
            "stop": 1252685916
        },
        {
            "start": 1252685924,
            "stop": 1252687649
        },
        {
            "start": 1252687652,
            "stop": 1252687807
        },
        {
            "start": 1252687810,
            "stop": 1252687830
        },
        {
            "start": 1252687833,
            "stop": 1252689474
        }
    ]
}