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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 85,
    "results": [
        {
            "start": 1133219361,
            "stop": 1133219474
        },
        {
            "start": 1133219476,
            "stop": 1133221230
        },
        {
            "start": 1133221238,
            "stop": 1133227845
        },
        {
            "start": 1133227853,
            "stop": 1133230039
        },
        {
            "start": 1133230047,
            "stop": 1133233382
        },
        {
            "start": 1133244433,
            "stop": 1133245561
        },
        {
            "start": 1133260208,
            "stop": 1133271461
        },
        {
            "start": 1133271463,
            "stop": 1133275898
        },
        {
            "start": 1133275906,
            "stop": 1133281952
        },
        {
            "start": 1133281959,
            "stop": 1133287271
        },
        {
            "start": 1133287279,
            "stop": 1133291269
        },
        {
            "start": 1133291271,
            "stop": 1133299159
        },
        {
            "start": 1133299161,
            "stop": 1133303121
        },
        {
            "start": 1133303129,
            "stop": 1133304359
        },
        {
            "start": 1133326571,
            "stop": 1133336130
        },
        {
            "start": 1133336131,
            "stop": 1133341856
        },
        {
            "start": 1133341864,
            "stop": 1133347636
        },
        {
            "start": 1133347645,
            "stop": 1133347648
        },
        {
            "start": 1133347656,
            "stop": 1133347665
        },
        {
            "start": 1133347673,
            "stop": 1133358853
        }
    ]
}