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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=23",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 24,
    "results": [
        {
            "start": 954649069,
            "stop": 954649182
        },
        {
            "start": 954683022,
            "stop": 954683134
        },
        {
            "start": 954751997,
            "stop": 954752109
        },
        {
            "start": 954764654,
            "stop": 954764766
        },
        {
            "start": 955521784,
            "stop": 955521897
        },
        {
            "start": 955687548,
            "stop": 955687709
        },
        {
            "start": 955764773,
            "stop": 955764885
        },
        {
            "start": 955804349,
            "stop": 955804461
        },
        {
            "start": 955874549,
            "stop": 955874661
        },
        {
            "start": 955878260,
            "stop": 955878373
        },
        {
            "start": 955943612,
            "stop": 955943725
        },
        {
            "start": 955978253,
            "stop": 955978365
        },
        {
            "start": 955998836,
            "stop": 955998949
        },
        {
            "start": 956012717,
            "stop": 956012829
        },
        {
            "start": 956042436,
            "stop": 956042549
        },
        {
            "start": 956051765,
            "stop": 956051877
        },
        {
            "start": 956106188,
            "stop": 956106349
        },
        {
            "start": 956121596,
            "stop": 956121709
        },
        {
            "start": 956151220,
            "stop": 956151373
        },
        {
            "start": 956210013,
            "stop": 956210125
        }
    ]
}