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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5001",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5002,
    "results": [
        {
            "start": 874524378,
            "stop": 874524382
        },
        {
            "start": 874524392,
            "stop": 874524411
        },
        {
            "start": 874524418,
            "stop": 874524434
        },
        {
            "start": 874524443,
            "stop": 874524475
        },
        {
            "start": 874524483,
            "stop": 874524486
        },
        {
            "start": 874524503,
            "stop": 874524508
        },
        {
            "start": 874524521,
            "stop": 874524524
        },
        {
            "start": 874524548,
            "stop": 874524556
        },
        {
            "start": 874524566,
            "stop": 874524574
        },
        {
            "start": 874524601,
            "stop": 874524609
        },
        {
            "start": 874524628,
            "stop": 874524644
        },
        {
            "start": 874524651,
            "stop": 874524655
        },
        {
            "start": 874524663,
            "stop": 874524664
        },
        {
            "start": 874524672,
            "stop": 874524681
        },
        {
            "start": 874524690,
            "stop": 874524693
        },
        {
            "start": 874525375,
            "stop": 874525447
        },
        {
            "start": 874525455,
            "stop": 874525988
        },
        {
            "start": 874525995,
            "stop": 874526050
        },
        {
            "start": 874526057,
            "stop": 874526090
        },
        {
            "start": 874526097,
            "stop": 874526134
        }
    ]
}