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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=29",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 30,
    "results": [
        {
            "start": 959760781,
            "stop": 959760894
        },
        {
            "start": 959778277,
            "stop": 959778430
        },
        {
            "start": 959803909,
            "stop": 959804022
        },
        {
            "start": 959827509,
            "stop": 959827622
        },
        {
            "start": 959870950,
            "stop": 959871062
        },
        {
            "start": 959913069,
            "stop": 959913182
        },
        {
            "start": 959921469,
            "stop": 959921630
        },
        {
            "start": 960028453,
            "stop": 960028566
        },
        {
            "start": 960305214,
            "stop": 960305374
        },
        {
            "start": 960541806,
            "stop": 960541918
        },
        {
            "start": 960632636,
            "stop": 960632797
        },
        {
            "start": 960722596,
            "stop": 960722709
        },
        {
            "start": 960819205,
            "stop": 960819317
        },
        {
            "start": 960928772,
            "stop": 960928885
        },
        {
            "start": 960987901,
            "stop": 960988013
        },
        {
            "start": 960994060,
            "stop": 960994173
        },
        {
            "start": 961007436,
            "stop": 961007549
        },
        {
            "start": 961017069,
            "stop": 961017181
        },
        {
            "start": 961212277,
            "stop": 961212430
        },
        {
            "start": 961230246,
            "stop": 961230358
        }
    ]
}