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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=79",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 80,
    "results": [
        {
            "start": 931269805,
            "stop": 931269833
        },
        {
            "start": 931269836,
            "stop": 931269841
        },
        {
            "start": 931269842,
            "stop": 931269875
        },
        {
            "start": 931269876,
            "stop": 931269889
        },
        {
            "start": 931269891,
            "stop": 931269916
        },
        {
            "start": 931269918,
            "stop": 931269919
        },
        {
            "start": 931269921,
            "stop": 931269947
        },
        {
            "start": 931269954,
            "stop": 931269961
        },
        {
            "start": 931269963,
            "stop": 931269986
        },
        {
            "start": 931269988,
            "stop": 931270028
        },
        {
            "start": 931270030,
            "stop": 931270036
        },
        {
            "start": 931270039,
            "stop": 931270042
        },
        {
            "start": 931270043,
            "stop": 931270061
        },
        {
            "start": 931270064,
            "stop": 931270067
        },
        {
            "start": 931270070,
            "stop": 931270071
        },
        {
            "start": 931270075,
            "stop": 931270079
        },
        {
            "start": 931270081,
            "stop": 931270094
        },
        {
            "start": 931270096,
            "stop": 931270099
        },
        {
            "start": 931270103,
            "stop": 931270117
        },
        {
            "start": 931270120,
            "stop": 931270165
        }
    ]
}