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=6002
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=6003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6001",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6002,
    "results": [
        {
            "start": 873463632,
            "stop": 873463633
        },
        {
            "start": 873463646,
            "stop": 873463647
        },
        {
            "start": 873463654,
            "stop": 873463655
        },
        {
            "start": 873463656,
            "stop": 873463658
        },
        {
            "start": 873463661,
            "stop": 873463662
        },
        {
            "start": 873463667,
            "stop": 873463668
        },
        {
            "start": 873463670,
            "stop": 873463672
        },
        {
            "start": 873463675,
            "stop": 873463676
        },
        {
            "start": 873463677,
            "stop": 873463680
        },
        {
            "start": 873463682,
            "stop": 873463688
        },
        {
            "start": 873463691,
            "stop": 873463692
        },
        {
            "start": 873463693,
            "stop": 873463696
        },
        {
            "start": 873463697,
            "stop": 873463701
        },
        {
            "start": 873463702,
            "stop": 873463706
        },
        {
            "start": 873463708,
            "stop": 873463712
        },
        {
            "start": 873463718,
            "stop": 873463722
        },
        {
            "start": 873463723,
            "stop": 873463727
        },
        {
            "start": 873463729,
            "stop": 873463731
        },
        {
            "start": 873463734,
            "stop": 873463736
        },
        {
            "start": 873463737,
            "stop": 873463740
        }
    ]
}