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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=99",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 100,
    "results": [
        {
            "start": 816664254,
            "stop": 816664257
        },
        {
            "start": 816664261,
            "stop": 816664409
        },
        {
            "start": 816664412,
            "stop": 816664724
        },
        {
            "start": 816664727,
            "stop": 816664875
        },
        {
            "start": 816664878,
            "stop": 816665504
        },
        {
            "start": 816665507,
            "stop": 816665621
        },
        {
            "start": 816665634,
            "stop": 816665640
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816668352
        },
        {
            "start": 816668355,
            "stop": 816668403
        },
        {
            "start": 816668407,
            "stop": 816668747
        },
        {
            "start": 816668751,
            "stop": 816668807
        },
        {
            "start": 816668811,
            "stop": 816668820
        },
        {
            "start": 816668840,
            "stop": 816669426
        },
        {
            "start": 816669429,
            "stop": 816669438
        },
        {
            "start": 816669441,
            "stop": 816669444
        },
        {
            "start": 816669448,
            "stop": 816669469
        },
        {
            "start": 816669473,
            "stop": 816669572
        },
        {
            "start": 816669576,
            "stop": 816669579
        },
        {
            "start": 816669583,
            "stop": 816669708
        }
    ]
}