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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=581",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 582,
    "results": [
        {
            "start": 839300003,
            "stop": 839300024
        },
        {
            "start": 839300032,
            "stop": 839300059
        },
        {
            "start": 839300064,
            "stop": 839300120
        },
        {
            "start": 839301719,
            "stop": 839302010
        },
        {
            "start": 839302017,
            "stop": 839302036
        },
        {
            "start": 839302042,
            "stop": 839302217
        },
        {
            "start": 839302921,
            "stop": 839303016
        },
        {
            "start": 839303022,
            "stop": 839303122
        },
        {
            "start": 839303129,
            "stop": 839303244
        },
        {
            "start": 839303251,
            "stop": 839303356
        },
        {
            "start": 839303361,
            "stop": 839303486
        },
        {
            "start": 839303491,
            "stop": 839303520
        },
        {
            "start": 839303529,
            "stop": 839303590
        },
        {
            "start": 839303597,
            "stop": 839303657
        },
        {
            "start": 839303664,
            "stop": 839304167
        },
        {
            "start": 839304172,
            "stop": 839304178
        },
        {
            "start": 839304183,
            "stop": 839304208
        },
        {
            "start": 839305221,
            "stop": 839305427
        },
        {
            "start": 839305437,
            "stop": 839305473
        },
        {
            "start": 839305478,
            "stop": 839305522
        }
    ]
}