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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=30",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 31,
    "results": [
        {
            "start": 931670299,
            "stop": 931670307
        },
        {
            "start": 931670503,
            "stop": 931670505
        },
        {
            "start": 931670636,
            "stop": 931670640
        },
        {
            "start": 931670824,
            "stop": 931670831
        },
        {
            "start": 931671287,
            "stop": 931671313
        },
        {
            "start": 931671392,
            "stop": 931671397
        },
        {
            "start": 931671469,
            "stop": 931671472
        },
        {
            "start": 931671495,
            "stop": 931671497
        },
        {
            "start": 931671597,
            "stop": 931671601
        },
        {
            "start": 931671705,
            "stop": 931671709
        },
        {
            "start": 931671729,
            "stop": 931671736
        },
        {
            "start": 931671765,
            "stop": 931671771
        },
        {
            "start": 931671919,
            "stop": 931671920
        },
        {
            "start": 931671955,
            "stop": 931671959
        },
        {
            "start": 931672028,
            "stop": 931672030
        },
        {
            "start": 931672289,
            "stop": 931672292
        },
        {
            "start": 931672333,
            "stop": 931672336
        },
        {
            "start": 931672355,
            "stop": 931672366
        },
        {
            "start": 931672386,
            "stop": 931672393
        },
        {
            "start": 931672419,
            "stop": 931672433
        }
    ]
}