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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=80",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 81,
    "results": [
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826150641
        },
        {
            "start": 826150642,
            "stop": 826169160
        },
        {
            "start": 826172078,
            "stop": 826172363
        },
        {
            "start": 826174029,
            "stop": 826176783
        },
        {
            "start": 826177333,
            "stop": 826177675
        },
        {
            "start": 826178128,
            "stop": 826178139
        },
        {
            "start": 826179184,
            "stop": 826179506
        },
        {
            "start": 826180198,
            "stop": 826180304
        },
        {
            "start": 826180858,
            "stop": 826181050
        },
        {
            "start": 826181370,
            "stop": 826181432
        },
        {
            "start": 826181832,
            "stop": 826182017
        },
        {
            "start": 826187694,
            "stop": 826189239
        },
        {
            "start": 826189788,
            "stop": 826190475
        },
        {
            "start": 826191040,
            "stop": 826191164
        },
        {
            "start": 826191567,
            "stop": 826194444
        },
        {
            "start": 826197924,
            "stop": 826229364
        },
        {
            "start": 826231497,
            "stop": 826232261
        },
        {
            "start": 826233047,
            "stop": 826237047
        },
        {
            "start": 826237049,
            "stop": 826237051
        }
    ]
}