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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=97",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 98,
    "results": [
        {
            "start": 817855374,
            "stop": 817855575
        },
        {
            "start": 817855616,
            "stop": 817855634
        },
        {
            "start": 817855641,
            "stop": 817855680
        },
        {
            "start": 817855687,
            "stop": 817855693
        },
        {
            "start": 817856616,
            "stop": 817856641
        },
        {
            "start": 817856659,
            "stop": 817856723
        },
        {
            "start": 817856730,
            "stop": 817856797
        },
        {
            "start": 817856810,
            "stop": 817856881
        },
        {
            "start": 817856888,
            "stop": 817856894
        },
        {
            "start": 817856904,
            "stop": 817856928
        },
        {
            "start": 817856935,
            "stop": 817856954
        },
        {
            "start": 817856961,
            "stop": 817856999
        },
        {
            "start": 817857056,
            "stop": 817857072
        },
        {
            "start": 817857079,
            "stop": 817857133
        },
        {
            "start": 817857140,
            "stop": 817857397
        },
        {
            "start": 817857406,
            "stop": 817857413
        },
        {
            "start": 817857421,
            "stop": 817857427
        },
        {
            "start": 817857440,
            "stop": 817857475
        },
        {
            "start": 817857485,
            "stop": 817857508
        },
        {
            "start": 817857515,
            "stop": 817857558
        }
    ]
}