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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1830",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1828",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1829,
    "results": [
        {
            "start": 963384305,
            "stop": 963384653
        },
        {
            "start": 963385329,
            "stop": 963395954
        },
        {
            "start": 963395955,
            "stop": 963404042
        },
        {
            "start": 963408931,
            "stop": 963414106
        },
        {
            "start": 963414107,
            "stop": 963418637
        },
        {
            "start": 963418638,
            "stop": 963422595
        },
        {
            "start": 963425450,
            "stop": 963432912
        },
        {
            "start": 963432914,
            "stop": 963433217
        },
        {
            "start": 963433218,
            "stop": 963451958
        },
        {
            "start": 963451959,
            "stop": 963459612
        },
        {
            "start": 963460263,
            "stop": 963463207
        },
        {
            "start": 963463208,
            "stop": 963468410
        },
        {
            "start": 963485876,
            "stop": 963489511
        },
        {
            "start": 963493355,
            "stop": 963493696
        },
        {
            "start": 963493698,
            "stop": 963493903
        },
        {
            "start": 963516338,
            "stop": 963519766
        },
        {
            "start": 963560668,
            "stop": 963560682
        },
        {
            "start": 963560684,
            "stop": 963560766
        },
        {
            "start": 963560767,
            "stop": 963561740
        },
        {
            "start": 963561741,
            "stop": 963562484
        }
    ]
}