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=527
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=528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=526",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 527,
    "results": [
        {
            "start": 869216413,
            "stop": 869230435
        },
        {
            "start": 869232493,
            "stop": 869232494
        },
        {
            "start": 869232566,
            "stop": 869232934
        },
        {
            "start": 869232935,
            "stop": 869245220
        },
        {
            "start": 869251432,
            "stop": 869251641
        },
        {
            "start": 869251904,
            "stop": 869253112
        },
        {
            "start": 869255708,
            "stop": 869258202
        },
        {
            "start": 869263701,
            "stop": 869265393
        },
        {
            "start": 869273062,
            "stop": 869273136
        },
        {
            "start": 869273137,
            "stop": 869297295
        },
        {
            "start": 869304912,
            "stop": 869304923
        },
        {
            "start": 869304926,
            "stop": 869304930
        },
        {
            "start": 869304933,
            "stop": 869304945
        },
        {
            "start": 869304946,
            "stop": 869304952
        },
        {
            "start": 869304955,
            "stop": 869304978
        },
        {
            "start": 869304980,
            "stop": 869304997
        },
        {
            "start": 869305000,
            "stop": 869305023
        },
        {
            "start": 869305028,
            "stop": 869305038
        },
        {
            "start": 869305040,
            "stop": 869305050
        },
        {
            "start": 869305051,
            "stop": 869305053
        }
    ]
}