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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=12",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 13,
    "results": [
        {
            "start": 944483855,
            "stop": 944483967
        },
        {
            "start": 944492014,
            "stop": 944492127
        },
        {
            "start": 944496519,
            "stop": 944496631
        },
        {
            "start": 944507934,
            "stop": 944508047
        },
        {
            "start": 944544846,
            "stop": 944544959
        },
        {
            "start": 944567230,
            "stop": 944567343
        },
        {
            "start": 944585079,
            "stop": 944585191
        },
        {
            "start": 944601822,
            "stop": 944601935
        },
        {
            "start": 944607198,
            "stop": 944607311
        },
        {
            "start": 944615703,
            "stop": 944615863
        },
        {
            "start": 944662800,
            "stop": 944662912
        },
        {
            "start": 944671775,
            "stop": 944671888
        },
        {
            "start": 944700060,
            "stop": 944700173
        },
        {
            "start": 944701492,
            "stop": 944701605
        },
        {
            "start": 944702836,
            "stop": 944702949
        },
        {
            "start": 944705324,
            "stop": 944705437
        },
        {
            "start": 944707005,
            "stop": 944707117
        },
        {
            "start": 944711236,
            "stop": 944711349
        },
        {
            "start": 944712845,
            "stop": 944712957
        },
        {
            "start": 944724027,
            "stop": 944724139
        }
    ]
}