Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=273",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 274,
    "results": [
        {
            "start": 852676021,
            "stop": 852676212
        },
        {
            "start": 852679182,
            "stop": 852681973
        },
        {
            "start": 852682137,
            "stop": 852684253
        },
        {
            "start": 852684257,
            "stop": 852684258
        },
        {
            "start": 852684459,
            "stop": 852695456
        },
        {
            "start": 852695839,
            "stop": 852698143
        },
        {
            "start": 852725631,
            "stop": 852747613
        },
        {
            "start": 852751703,
            "stop": 852764113
        },
        {
            "start": 852766081,
            "stop": 852798973
        },
        {
            "start": 852799962,
            "stop": 852855416
        },
        {
            "start": 852855624,
            "stop": 852882851
        },
        {
            "start": 852883966,
            "stop": 852893113
        },
        {
            "start": 852895632,
            "stop": 852898633
        },
        {
            "start": 852898668,
            "stop": 852898669
        },
        {
            "start": 852898916,
            "stop": 852903793
        },
        {
            "start": 852905254,
            "stop": 852913187
        },
        {
            "start": 852917147,
            "stop": 852917466
        },
        {
            "start": 852919949,
            "stop": 852926473
        },
        {
            "start": 852926480,
            "stop": 852926481
        },
        {
            "start": 852929831,
            "stop": 852930109
        }
    ]
}