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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3651",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3649",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3650,
    "results": [
        {
            "start": 970641965,
            "stop": 970642488
        },
        {
            "start": 970642489,
            "stop": 970643653
        },
        {
            "start": 970643659,
            "stop": 970643666
        },
        {
            "start": 970643672,
            "stop": 970644356
        },
        {
            "start": 970644357,
            "stop": 970644496
        },
        {
            "start": 970644556,
            "stop": 970646114
        },
        {
            "start": 970646116,
            "stop": 970648019
        },
        {
            "start": 970648020,
            "stop": 970650035
        },
        {
            "start": 970650036,
            "stop": 970652080
        },
        {
            "start": 970652081,
            "stop": 970654054
        },
        {
            "start": 970654055,
            "stop": 970655981
        },
        {
            "start": 970655982,
            "stop": 970657659
        },
        {
            "start": 970657660,
            "stop": 970659566
        },
        {
            "start": 970659567,
            "stop": 970661409
        },
        {
            "start": 970661412,
            "stop": 970661465
        },
        {
            "start": 970661468,
            "stop": 970661570
        },
        {
            "start": 970661571,
            "stop": 970661737
        },
        {
            "start": 970661740,
            "stop": 970661987
        },
        {
            "start": 970661990,
            "stop": 970662092
        },
        {
            "start": 970662095,
            "stop": 970662488
        }
    ]
}