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/L1_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/L1_HW_BURST/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=2",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 3,
    "results": [
        {
            "start": 933587141,
            "stop": 933587270
        },
        {
            "start": 933652726,
            "stop": 933652862
        },
        {
            "start": 933670878,
            "stop": 933671038
        },
        {
            "start": 933812191,
            "stop": 933812352
        },
        {
            "start": 933844991,
            "stop": 933845120
        },
        {
            "start": 933869559,
            "stop": 933869720
        },
        {
            "start": 933893031,
            "stop": 933893168
        },
        {
            "start": 933904912,
            "stop": 933905040
        },
        {
            "start": 933911399,
            "stop": 933911560
        },
        {
            "start": 934010551,
            "stop": 934010688
        },
        {
            "start": 934018592,
            "stop": 934018720
        },
        {
            "start": 934068127,
            "stop": 934068280
        },
        {
            "start": 934083631,
            "stop": 934083768
        },
        {
            "start": 934102552,
            "stop": 934102704
        },
        {
            "start": 934231238,
            "stop": 934231375
        },
        {
            "start": 934309950,
            "stop": 934310103
        },
        {
            "start": 934348135,
            "stop": 934348271
        },
        {
            "start": 934392590,
            "stop": 934392719
        },
        {
            "start": 934441166,
            "stop": 934441303
        },
        {
            "start": 934486158,
            "stop": 934486311
        }
    ]
}