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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=105",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 106,
    "results": [
        {
            "start": 931380290,
            "stop": 931380375
        },
        {
            "start": 931380377,
            "stop": 931380442
        },
        {
            "start": 931380444,
            "stop": 931380459
        },
        {
            "start": 931380461,
            "stop": 931380575
        },
        {
            "start": 931380577,
            "stop": 931380579
        },
        {
            "start": 931380581,
            "stop": 931380625
        },
        {
            "start": 931380627,
            "stop": 931380650
        },
        {
            "start": 931380652,
            "stop": 931380736
        },
        {
            "start": 931380737,
            "stop": 931380805
        },
        {
            "start": 931380807,
            "stop": 931380890
        },
        {
            "start": 931380892,
            "stop": 931380897
        },
        {
            "start": 931380899,
            "stop": 931380954
        },
        {
            "start": 931380956,
            "stop": 931381046
        },
        {
            "start": 931381048,
            "stop": 931381074
        },
        {
            "start": 931381076,
            "stop": 931381113
        },
        {
            "start": 931381114,
            "stop": 931381136
        },
        {
            "start": 931381138,
            "stop": 931381165
        },
        {
            "start": 931381167,
            "stop": 931381184
        },
        {
            "start": 931381186,
            "stop": 931381223
        },
        {
            "start": 931381225,
            "stop": 931381259
        }
    ]
}