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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=39",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 40,
    "results": [
        {
            "start": 817018438,
            "stop": 817018462
        },
        {
            "start": 817018470,
            "stop": 817018551
        },
        {
            "start": 817018580,
            "stop": 817020075
        },
        {
            "start": 817020082,
            "stop": 817021665
        },
        {
            "start": 817021672,
            "stop": 817022242
        },
        {
            "start": 817022249,
            "stop": 817022312
        },
        {
            "start": 817022319,
            "stop": 817023134
        },
        {
            "start": 817023141,
            "stop": 817025874
        },
        {
            "start": 817025881,
            "stop": 817027031
        },
        {
            "start": 817027038,
            "stop": 817029064
        },
        {
            "start": 817029072,
            "stop": 817030117
        },
        {
            "start": 817030124,
            "stop": 817030253
        },
        {
            "start": 817030260,
            "stop": 817031473
        },
        {
            "start": 817034008,
            "stop": 817034732
        },
        {
            "start": 817034739,
            "stop": 817034893
        },
        {
            "start": 817034900,
            "stop": 817035420
        },
        {
            "start": 817035480,
            "stop": 817035676
        },
        {
            "start": 817035683,
            "stop": 817036093
        },
        {
            "start": 817036100,
            "stop": 817037064
        },
        {
            "start": 817037071,
            "stop": 817037769
        }
    ]
}