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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=140",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 141,
    "results": [
        {
            "start": 828022303,
            "stop": 828027377
        },
        {
            "start": 828028147,
            "stop": 828028207
        },
        {
            "start": 828028385,
            "stop": 828028461
        },
        {
            "start": 828028848,
            "stop": 828029034
        },
        {
            "start": 828029659,
            "stop": 828030191
        },
        {
            "start": 828030999,
            "stop": 828031284
        },
        {
            "start": 828031373,
            "stop": 828031596
        },
        {
            "start": 828031690,
            "stop": 828031748
        },
        {
            "start": 828032151,
            "stop": 828032157
        },
        {
            "start": 828032309,
            "stop": 828039058
        },
        {
            "start": 828039060,
            "stop": 828047199
        },
        {
            "start": 828047337,
            "stop": 828058869
        },
        {
            "start": 828059109,
            "stop": 828060965
        },
        {
            "start": 828063350,
            "stop": 828063831
        },
        {
            "start": 828064084,
            "stop": 828066763
        },
        {
            "start": 828067558,
            "stop": 828074008
        },
        {
            "start": 828074010,
            "stop": 828082164
        },
        {
            "start": 828083014,
            "stop": 828094175
        },
        {
            "start": 828095190,
            "stop": 828099048
        },
        {
            "start": 828100413,
            "stop": 828103120
        }
    ]
}