Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=204
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=203",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 204,
    "results": [
        {
            "start": 820802927,
            "stop": 820802984
        },
        {
            "start": 820802995,
            "stop": 820803744
        },
        {
            "start": 820803751,
            "stop": 820807343
        },
        {
            "start": 820807682,
            "stop": 820814103
        },
        {
            "start": 820814109,
            "stop": 820827933
        },
        {
            "start": 820828683,
            "stop": 820844162
        },
        {
            "start": 820844170,
            "stop": 820844178
        },
        {
            "start": 820844187,
            "stop": 820844196
        },
        {
            "start": 820844202,
            "stop": 820844221
        },
        {
            "start": 820844838,
            "stop": 820847530
        },
        {
            "start": 820847865,
            "stop": 820847921
        },
        {
            "start": 820850167,
            "stop": 820850408
        },
        {
            "start": 820850419,
            "stop": 820850907
        },
        {
            "start": 820850912,
            "stop": 820850970
        },
        {
            "start": 820850975,
            "stop": 820851030
        },
        {
            "start": 820851035,
            "stop": 820851050
        },
        {
            "start": 820851066,
            "stop": 820851144
        },
        {
            "start": 820851149,
            "stop": 820851200
        },
        {
            "start": 820883604,
            "stop": 820883616
        },
        {
            "start": 820883631,
            "stop": 820883632
        }
    ]
}