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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 25,
    "results": [
        {
            "start": 1127361679,
            "stop": 1127362714
        },
        {
            "start": 1127362721,
            "stop": 1127364257
        },
        {
            "start": 1127364557,
            "stop": 1127364677
        },
        {
            "start": 1127364737,
            "stop": 1127365270
        },
        {
            "start": 1127365277,
            "stop": 1127365685
        },
        {
            "start": 1127365692,
            "stop": 1127367377
        },
        {
            "start": 1127367437,
            "stop": 1127367737
        },
        {
            "start": 1127368457,
            "stop": 1127368517
        },
        {
            "start": 1127368577,
            "stop": 1127368877
        },
        {
            "start": 1127368937,
            "stop": 1127369117
        },
        {
            "start": 1127369177,
            "stop": 1127369237
        },
        {
            "start": 1127369357,
            "stop": 1127370030
        },
        {
            "start": 1127370031,
            "stop": 1127372979
        },
        {
            "start": 1127372980,
            "stop": 1127380414
        },
        {
            "start": 1127380422,
            "stop": 1127384358
        },
        {
            "start": 1127384365,
            "stop": 1127386037
        },
        {
            "start": 1127386097,
            "stop": 1127387357
        },
        {
            "start": 1127387417,
            "stop": 1127389553
        },
        {
            "start": 1127389560,
            "stop": 1127398817
        },
        {
            "start": 1127399057,
            "stop": 1127403688
        }
    ]
}