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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=46",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 47,
    "results": [
        {
            "start": 816600369,
            "stop": 816600470
        },
        {
            "start": 816600476,
            "stop": 816600503
        },
        {
            "start": 816600506,
            "stop": 816600528
        },
        {
            "start": 816600548,
            "stop": 816600553
        },
        {
            "start": 816600610,
            "stop": 816600612
        },
        {
            "start": 816600632,
            "stop": 816600633
        },
        {
            "start": 816600637,
            "stop": 816600648
        },
        {
            "start": 816600655,
            "stop": 816600675
        },
        {
            "start": 816600694,
            "stop": 816600756
        },
        {
            "start": 816600763,
            "stop": 816600764
        },
        {
            "start": 816600784,
            "stop": 816600853
        },
        {
            "start": 816600927,
            "stop": 816601004
        },
        {
            "start": 816601036,
            "stop": 816601104
        },
        {
            "start": 816601135,
            "stop": 816601153
        },
        {
            "start": 816601160,
            "stop": 816601188
        },
        {
            "start": 816601192,
            "stop": 816601280
        },
        {
            "start": 816601287,
            "stop": 816601331
        },
        {
            "start": 816601334,
            "stop": 816601351
        },
        {
            "start": 816601381,
            "stop": 816601386
        },
        {
            "start": 816601393,
            "stop": 816601421
        }
    ]
}