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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=12",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 13,
    "results": [
        {
            "start": 816261071,
            "stop": 816261108
        },
        {
            "start": 816261115,
            "stop": 816261502
        },
        {
            "start": 816261510,
            "stop": 816261730
        },
        {
            "start": 816261737,
            "stop": 816261761
        },
        {
            "start": 816261768,
            "stop": 816262054
        },
        {
            "start": 816262062,
            "stop": 816262320
        },
        {
            "start": 816262328,
            "stop": 816262555
        },
        {
            "start": 816262562,
            "stop": 816262571
        },
        {
            "start": 816262579,
            "stop": 816262796
        },
        {
            "start": 816262804,
            "stop": 816263022
        },
        {
            "start": 816263029,
            "stop": 816263246
        },
        {
            "start": 816263257,
            "stop": 816263432
        },
        {
            "start": 816263439,
            "stop": 816263528
        },
        {
            "start": 816263535,
            "stop": 816264274
        },
        {
            "start": 816264282,
            "stop": 816264388
        },
        {
            "start": 816264399,
            "stop": 816264714
        },
        {
            "start": 816264722,
            "stop": 816264750
        },
        {
            "start": 816267510,
            "stop": 816267731
        },
        {
            "start": 816267738,
            "stop": 816267908
        },
        {
            "start": 816267915,
            "stop": 816268089
        }
    ]
}