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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=22",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 23,
    "results": [
        {
            "start": 816358210,
            "stop": 816360216
        },
        {
            "start": 816360223,
            "stop": 816360238
        },
        {
            "start": 816360246,
            "stop": 816360248
        },
        {
            "start": 816360987,
            "stop": 816361380
        },
        {
            "start": 816361440,
            "stop": 816361910
        },
        {
            "start": 816362050,
            "stop": 816362278
        },
        {
            "start": 816362286,
            "stop": 816363167
        },
        {
            "start": 816363196,
            "stop": 816363835
        },
        {
            "start": 816363869,
            "stop": 816363870
        },
        {
            "start": 816364506,
            "stop": 816366420
        },
        {
            "start": 816366480,
            "stop": 816366780
        },
        {
            "start": 816366840,
            "stop": 816367190
        },
        {
            "start": 816367330,
            "stop": 816367370
        },
        {
            "start": 816367450,
            "stop": 816367620
        },
        {
            "start": 816367680,
            "stop": 816368498
        },
        {
            "start": 816368505,
            "stop": 816368845
        },
        {
            "start": 816368853,
            "stop": 816368906
        },
        {
            "start": 816368914,
            "stop": 816368916
        },
        {
            "start": 816368923,
            "stop": 816368947
        },
        {
            "start": 816368955,
            "stop": 816368966
        }
    ]
}