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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=72",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 73,
    "results": [
        {
            "start": 832380664,
            "stop": 832401510
        },
        {
            "start": 832402233,
            "stop": 832404340
        },
        {
            "start": 832408387,
            "stop": 832423167
        },
        {
            "start": 832427235,
            "stop": 832427265
        },
        {
            "start": 832451472,
            "stop": 832454608
        },
        {
            "start": 832458676,
            "stop": 832479856
        },
        {
            "start": 832482102,
            "stop": 832507250
        },
        {
            "start": 832509282,
            "stop": 832509284
        },
        {
            "start": 832509304,
            "stop": 832509815
        },
        {
            "start": 832511187,
            "stop": 832529926
        },
        {
            "start": 832539250,
            "stop": 832542567
        },
        {
            "start": 832543459,
            "stop": 832553355
        },
        {
            "start": 832554751,
            "stop": 832557415
        },
        {
            "start": 832557472,
            "stop": 832601944
        },
        {
            "start": 832610422,
            "stop": 832611905
        },
        {
            "start": 832612017,
            "stop": 832613859
        },
        {
            "start": 832618240,
            "stop": 832619113
        },
        {
            "start": 832620386,
            "stop": 832621018
        },
        {
            "start": 832623158,
            "stop": 832625487
        },
        {
            "start": 832625730,
            "stop": 832627558
        }
    ]
}