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=477
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=478",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 477,
    "results": [
        {
            "start": 954766645,
            "stop": 954766748
        },
        {
            "start": 954803909,
            "stop": 954805314
        },
        {
            "start": 954820232,
            "stop": 954820717
        },
        {
            "start": 954830637,
            "stop": 954834290
        },
        {
            "start": 954836735,
            "stop": 954839435
        },
        {
            "start": 954842034,
            "stop": 954847927
        },
        {
            "start": 954866631,
            "stop": 954871855
        },
        {
            "start": 954871856,
            "stop": 954872554
        },
        {
            "start": 954874200,
            "stop": 954883488
        },
        {
            "start": 954896911,
            "stop": 954899094
        },
        {
            "start": 954899817,
            "stop": 954899823
        },
        {
            "start": 954899827,
            "stop": 954905412
        },
        {
            "start": 954916365,
            "stop": 954922097
        },
        {
            "start": 954923326,
            "stop": 954932149
        },
        {
            "start": 954933409,
            "stop": 954935044
        },
        {
            "start": 954938890,
            "stop": 954942715
        },
        {
            "start": 954951679,
            "stop": 954960396
        },
        {
            "start": 954975264,
            "stop": 954975265
        },
        {
            "start": 954975441,
            "stop": 954981898
        },
        {
            "start": 954997783,
            "stop": 954999322
        }
    ]
}