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=14883
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=14884",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14882",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14883,
    "results": [
        {
            "start": 971437445,
            "stop": 971437462
        },
        {
            "start": 971437463,
            "stop": 971437494
        },
        {
            "start": 971437496,
            "stop": 971437515
        },
        {
            "start": 971437518,
            "stop": 971437521
        },
        {
            "start": 971437522,
            "stop": 971437609
        },
        {
            "start": 971437612,
            "stop": 971437679
        },
        {
            "start": 971437680,
            "stop": 971437683
        },
        {
            "start": 971437684,
            "stop": 971437686
        },
        {
            "start": 971437688,
            "stop": 971437692
        },
        {
            "start": 971437695,
            "stop": 971437704
        },
        {
            "start": 971437705,
            "stop": 971437708
        },
        {
            "start": 971437711,
            "stop": 971437714
        },
        {
            "start": 971437716,
            "stop": 971437751
        },
        {
            "start": 971437754,
            "stop": 971437759
        },
        {
            "start": 971437762,
            "stop": 971437774
        },
        {
            "start": 971437775,
            "stop": 971437789
        },
        {
            "start": 971437790,
            "stop": 971437791
        },
        {
            "start": 971437794,
            "stop": 971437796
        },
        {
            "start": 971437797,
            "stop": 971437801
        },
        {
            "start": 971437806,
            "stop": 971437811
        }
    ]
}