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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=50",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 51,
    "results": [
        {
            "start": 816989959,
            "stop": 816990953
        },
        {
            "start": 816990956,
            "stop": 816991001
        },
        {
            "start": 816991005,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816993094
        },
        {
            "start": 816993100,
            "stop": 816994770
        },
        {
            "start": 816995910,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 817003036
        },
        {
            "start": 817003051,
            "stop": 817003053
        },
        {
            "start": 817003064,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817010830
        },
        {
            "start": 817010911,
            "stop": 817010913
        },
        {
            "start": 817010916,
            "stop": 817010917
        },
        {
            "start": 817010923,
            "stop": 817013479
        },
        {
            "start": 817013482,
            "stop": 817014068
        },
        {
            "start": 817014127,
            "stop": 817014245
        },
        {
            "start": 817014249,
            "stop": 817017060
        },
        {
            "start": 817017069,
            "stop": 817017265
        },
        {
            "start": 817017323,
            "stop": 817017324
        },
        {
            "start": 817017327,
            "stop": 817021081
        },
        {
            "start": 817021086,
            "stop": 817021463
        }
    ]
}