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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5992",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5993,
    "results": [
        {
            "start": 873411854,
            "stop": 873411881
        },
        {
            "start": 873411893,
            "stop": 873411903
        },
        {
            "start": 873411913,
            "stop": 873411923
        },
        {
            "start": 873411927,
            "stop": 873411928
        },
        {
            "start": 873411932,
            "stop": 873411933
        },
        {
            "start": 873411936,
            "stop": 873412116
        },
        {
            "start": 873412118,
            "stop": 873412497
        },
        {
            "start": 873412504,
            "stop": 873412513
        },
        {
            "start": 873412517,
            "stop": 873413982
        },
        {
            "start": 873413985,
            "stop": 873414008
        },
        {
            "start": 873414011,
            "stop": 873414300
        },
        {
            "start": 873414363,
            "stop": 873414367
        },
        {
            "start": 873414370,
            "stop": 873414388
        },
        {
            "start": 873414513,
            "stop": 873415669
        },
        {
            "start": 873415670,
            "stop": 873416552
        },
        {
            "start": 873416554,
            "stop": 873416680
        },
        {
            "start": 873416681,
            "stop": 873419016
        },
        {
            "start": 873419019,
            "stop": 873419698
        },
        {
            "start": 873421565,
            "stop": 873421568
        },
        {
            "start": 873421572,
            "stop": 873421576
        }
    ]
}