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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3262",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3263,
    "results": [
        {
            "start": 873227574,
            "stop": 873229299
        },
        {
            "start": 873229303,
            "stop": 873229956
        },
        {
            "start": 873229960,
            "stop": 873230580
        },
        {
            "start": 873230640,
            "stop": 873230695
        },
        {
            "start": 873230699,
            "stop": 873231000
        },
        {
            "start": 873231060,
            "stop": 873231240
        },
        {
            "start": 873231300,
            "stop": 873231472
        },
        {
            "start": 873231478,
            "stop": 873231495
        },
        {
            "start": 873231496,
            "stop": 873231540
        },
        {
            "start": 873231600,
            "stop": 873231872
        },
        {
            "start": 873231877,
            "stop": 873231881
        },
        {
            "start": 873231886,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873232680
        },
        {
            "start": 873232740,
            "stop": 873234720
        },
        {
            "start": 873234725,
            "stop": 873235505
        },
        {
            "start": 873235620,
            "stop": 873236135
        },
        {
            "start": 873236295,
            "stop": 873236316
        },
        {
            "start": 873236598,
            "stop": 873237660
        },
        {
            "start": 873237780,
            "stop": 873239220
        },
        {
            "start": 873239280,
            "stop": 873239428
        }
    ]
}