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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1957",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1955",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1956,
    "results": [
        {
            "start": 1253058624,
            "stop": 1253058747
        },
        {
            "start": 1253058750,
            "stop": 1253059844
        },
        {
            "start": 1253059847,
            "stop": 1253060147
        },
        {
            "start": 1253060150,
            "stop": 1253063548
        },
        {
            "start": 1253063556,
            "stop": 1253064570
        },
        {
            "start": 1253064573,
            "stop": 1253067187
        },
        {
            "start": 1253067190,
            "stop": 1253067770
        },
        {
            "start": 1253067773,
            "stop": 1253069946
        },
        {
            "start": 1253069949,
            "stop": 1253071005
        },
        {
            "start": 1253071008,
            "stop": 1253074790
        },
        {
            "start": 1253085510,
            "stop": 1253087917
        },
        {
            "start": 1253087920,
            "stop": 1253090845
        },
        {
            "start": 1253090848,
            "stop": 1253092401
        },
        {
            "start": 1253092404,
            "stop": 1253094583
        },
        {
            "start": 1253094586,
            "stop": 1253095525
        },
        {
            "start": 1253095532,
            "stop": 1253097620
        },
        {
            "start": 1253097622,
            "stop": 1253101083
        },
        {
            "start": 1253101085,
            "stop": 1253101772
        },
        {
            "start": 1253101775,
            "stop": 1253103497
        },
        {
            "start": 1253103500,
            "stop": 1253104897
        }
    ]
}