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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33346",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33347,
    "results": [
        {
            "start": 971447485,
            "stop": 971447502
        },
        {
            "start": 971447505,
            "stop": 971447536
        },
        {
            "start": 971447539,
            "stop": 971447570
        },
        {
            "start": 971447573,
            "stop": 971447575
        },
        {
            "start": 971447579,
            "stop": 971447595
        },
        {
            "start": 971447716,
            "stop": 971447777
        },
        {
            "start": 971447780,
            "stop": 971447807
        },
        {
            "start": 971447810,
            "stop": 971447830
        },
        {
            "start": 971447833,
            "stop": 971447921
        },
        {
            "start": 971447924,
            "stop": 971447963
        },
        {
            "start": 971447971,
            "stop": 971448016
        },
        {
            "start": 971448136,
            "stop": 971448193
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        },
        {
            "start": 971448392,
            "stop": 971448475
        },
        {
            "start": 971448478,
            "stop": 971448492
        },
        {
            "start": 971448496,
            "stop": 971448589
        },
        {
            "start": 971448592,
            "stop": 971448644
        }
    ]
}