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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=61",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 62,
    "results": [
        {
            "start": 931256519,
            "stop": 931256529
        },
        {
            "start": 931256532,
            "stop": 931256553
        },
        {
            "start": 931256557,
            "stop": 931256576
        },
        {
            "start": 931256580,
            "stop": 931256613
        },
        {
            "start": 931256616,
            "stop": 931256621
        },
        {
            "start": 931256623,
            "stop": 931256736
        },
        {
            "start": 931256738,
            "stop": 931256765
        },
        {
            "start": 931256767,
            "stop": 931256812
        },
        {
            "start": 931256814,
            "stop": 931256816
        },
        {
            "start": 931256818,
            "stop": 931256863
        },
        {
            "start": 931256864,
            "stop": 931256879
        },
        {
            "start": 931256881,
            "stop": 931256937
        },
        {
            "start": 931256939,
            "stop": 931257017
        },
        {
            "start": 931257019,
            "stop": 931257038
        },
        {
            "start": 931257040,
            "stop": 931257041
        },
        {
            "start": 931257042,
            "stop": 931257069
        },
        {
            "start": 931257071,
            "stop": 931257085
        },
        {
            "start": 931257087,
            "stop": 931257097
        },
        {
            "start": 931257102,
            "stop": 931257195
        },
        {
            "start": 931257196,
            "stop": 931257215
        }
    ]
}