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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9103",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9104,
    "results": [
        {
            "start": 874805423,
            "stop": 874805498
        },
        {
            "start": 874805518,
            "stop": 874805570
        },
        {
            "start": 874805590,
            "stop": 874805939
        },
        {
            "start": 874805958,
            "stop": 874805995
        },
        {
            "start": 874806018,
            "stop": 874806104
        },
        {
            "start": 874806124,
            "stop": 874806660
        },
        {
            "start": 874806740,
            "stop": 874806810
        },
        {
            "start": 874808192,
            "stop": 874808266
        },
        {
            "start": 874808289,
            "stop": 874808337
        },
        {
            "start": 874808358,
            "stop": 874808809
        },
        {
            "start": 874808829,
            "stop": 874808931
        },
        {
            "start": 874808950,
            "stop": 874809113
        },
        {
            "start": 874809130,
            "stop": 874809549
        },
        {
            "start": 874809571,
            "stop": 874809683
        },
        {
            "start": 874809702,
            "stop": 874809764
        },
        {
            "start": 874809784,
            "stop": 874809805
        },
        {
            "start": 874809837,
            "stop": 874810226
        },
        {
            "start": 874810246,
            "stop": 874810341
        },
        {
            "start": 874810361,
            "stop": 874810649
        },
        {
            "start": 874810669,
            "stop": 874810813
        }
    ]
}