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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5169
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=5170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5168",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5169,
    "results": [
        {
            "start": 969693883,
            "stop": 969694366
        },
        {
            "start": 969694369,
            "stop": 969695636
        },
        {
            "start": 969695639,
            "stop": 969696013
        },
        {
            "start": 969696016,
            "stop": 969696052
        },
        {
            "start": 969696055,
            "stop": 969696102
        },
        {
            "start": 969696105,
            "stop": 969697365
        },
        {
            "start": 969697368,
            "stop": 969697649
        },
        {
            "start": 969697652,
            "stop": 969697799
        },
        {
            "start": 969697802,
            "stop": 969698064
        },
        {
            "start": 969698067,
            "stop": 969698086
        },
        {
            "start": 969698089,
            "stop": 969698693
        },
        {
            "start": 969698696,
            "stop": 969700107
        },
        {
            "start": 969700110,
            "stop": 969700130
        },
        {
            "start": 969700133,
            "stop": 969700762
        },
        {
            "start": 969700765,
            "stop": 969701417
        },
        {
            "start": 969701420,
            "stop": 969702191
        },
        {
            "start": 969702194,
            "stop": 969702214
        },
        {
            "start": 969702217,
            "stop": 969703487
        },
        {
            "start": 969703490,
            "stop": 969703771
        },
        {
            "start": 969703774,
            "stop": 969704308
        }
    ]
}