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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1083",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1081",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1082,
    "results": [
        {
            "start": 1253267727,
            "stop": 1253268084
        },
        {
            "start": 1253268089,
            "stop": 1253270273
        },
        {
            "start": 1253270276,
            "stop": 1253271079
        },
        {
            "start": 1253271087,
            "stop": 1253271205
        },
        {
            "start": 1253271213,
            "stop": 1253271947
        },
        {
            "start": 1253271950,
            "stop": 1253272999
        },
        {
            "start": 1253275809,
            "stop": 1253276294
        },
        {
            "start": 1253276296,
            "stop": 1253278994
        },
        {
            "start": 1253278997,
            "stop": 1253280408
        },
        {
            "start": 1253280410,
            "stop": 1253282406
        },
        {
            "start": 1253282411,
            "stop": 1253283296
        },
        {
            "start": 1253283299,
            "stop": 1253284727
        },
        {
            "start": 1253284731,
            "stop": 1253285491
        },
        {
            "start": 1253285496,
            "stop": 1253285827
        },
        {
            "start": 1253285831,
            "stop": 1253286440
        },
        {
            "start": 1253286445,
            "stop": 1253289151
        },
        {
            "start": 1253289155,
            "stop": 1253290820
        },
        {
            "start": 1253293279,
            "stop": 1253296184
        },
        {
            "start": 1253296189,
            "stop": 1253296457
        },
        {
            "start": 1253296460,
            "stop": 1253297386
        }
    ]
}