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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5290",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5291,
    "results": [
        {
            "start": 970589878,
            "stop": 970589892
        },
        {
            "start": 970589896,
            "stop": 970589930
        },
        {
            "start": 970594964,
            "stop": 970594968
        },
        {
            "start": 970594971,
            "stop": 970595378
        },
        {
            "start": 970595438,
            "stop": 970595664
        },
        {
            "start": 970595668,
            "stop": 970595859
        },
        {
            "start": 970595862,
            "stop": 970596019
        },
        {
            "start": 970596022,
            "stop": 970596282
        },
        {
            "start": 970596285,
            "stop": 970596502
        },
        {
            "start": 970596505,
            "stop": 970596651
        },
        {
            "start": 970596654,
            "stop": 970596698
        },
        {
            "start": 970596701,
            "stop": 970597094
        },
        {
            "start": 970597097,
            "stop": 970597115
        },
        {
            "start": 970597118,
            "stop": 970597293
        },
        {
            "start": 970597296,
            "stop": 970597454
        },
        {
            "start": 970597457,
            "stop": 970598348
        },
        {
            "start": 970598351,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970632113
        },
        {
            "start": 970632116,
            "stop": 970632206
        },
        {
            "start": 970632209,
            "stop": 970632549
        }
    ]
}