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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=513",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 514,
    "results": [
        {
            "start": 963973083,
            "stop": 964000429
        },
        {
            "start": 964001388,
            "stop": 964029079
        },
        {
            "start": 964032622,
            "stop": 964033831
        },
        {
            "start": 964036809,
            "stop": 964058068
        },
        {
            "start": 964060171,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964169123
        },
        {
            "start": 964172581,
            "stop": 964201418
        },
        {
            "start": 964203527,
            "stop": 964204760
        },
        {
            "start": 964204762,
            "stop": 964204766
        },
        {
            "start": 964204768,
            "stop": 964206738
        },
        {
            "start": 964206740,
            "stop": 964207444
        },
        {
            "start": 964207446,
            "stop": 964214487
        },
        {
            "start": 964214567,
            "stop": 964216807
        },
        {
            "start": 964216847,
            "stop": 964232507
        },
        {
            "start": 964233015,
            "stop": 964262444
        },
        {
            "start": 964262446,
            "stop": 964276775
        },
        {
            "start": 964276815,
            "stop": 964280001
        },
        {
            "start": 964315151,
            "stop": 964318068
        },
        {
            "start": 964318695,
            "stop": 964320304
        },
        {
            "start": 964321814,
            "stop": 964329505
        }
    ]
}