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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=2",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 3,
    "results": [
        {
            "start": 933911397,
            "stop": 933911558
        },
        {
            "start": 933930405,
            "stop": 933930534
        },
        {
            "start": 933970389,
            "stop": 933970526
        },
        {
            "start": 933986774,
            "stop": 933986910
        },
        {
            "start": 934010548,
            "stop": 934010685
        },
        {
            "start": 934018589,
            "stop": 934018725
        },
        {
            "start": 934083636,
            "stop": 934083765
        },
        {
            "start": 934140564,
            "stop": 934140693
        },
        {
            "start": 934151045,
            "stop": 934151205
        },
        {
            "start": 934171734,
            "stop": 934171862
        },
        {
            "start": 934206437,
            "stop": 934206566
        },
        {
            "start": 934213782,
            "stop": 934213910
        },
        {
            "start": 934231238,
            "stop": 934231374
        },
        {
            "start": 934309950,
            "stop": 934310110
        },
        {
            "start": 934331805,
            "stop": 934331934
        },
        {
            "start": 934348134,
            "stop": 934348270
        },
        {
            "start": 934392590,
            "stop": 934392726
        },
        {
            "start": 934418885,
            "stop": 934419022
        },
        {
            "start": 934441173,
            "stop": 934441302
        },
        {
            "start": 934469988,
            "stop": 934470117
        }
    ]
}