Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=43",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 44,
    "results": [
        {
            "start": 1420381963,
            "stop": 1420389212
        },
        {
            "start": 1420389332,
            "stop": 1420394953
        },
        {
            "start": 1420395142,
            "stop": 1420407042
        },
        {
            "start": 1420413385,
            "stop": 1420453754
        },
        {
            "start": 1420453900,
            "stop": 1420455185
        },
        {
            "start": 1420455307,
            "stop": 1420456946
        },
        {
            "start": 1420457069,
            "stop": 1420457124
        },
        {
            "start": 1420461051,
            "stop": 1420470123
        },
        {
            "start": 1420470301,
            "stop": 1420470996
        },
        {
            "start": 1420471113,
            "stop": 1420471372
        },
        {
            "start": 1420471507,
            "stop": 1420472090
        },
        {
            "start": 1420472206,
            "stop": 1420472294
        },
        {
            "start": 1420472338,
            "stop": 1420472798
        },
        {
            "start": 1420472961,
            "stop": 1420473612
        },
        {
            "start": 1420473717,
            "stop": 1420474175
        },
        {
            "start": 1420474557,
            "stop": 1420475422
        },
        {
            "start": 1420488190,
            "stop": 1420492965
        },
        {
            "start": 1420498568,
            "stop": 1420522577
        },
        {
            "start": 1420522812,
            "stop": 1420534538
        },
        {
            "start": 1420539401,
            "stop": 1420540962
        }
    ]
}