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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33260",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33261,
    "results": [
        {
            "start": 970992473,
            "stop": 970992484
        },
        {
            "start": 970992485,
            "stop": 970992486
        },
        {
            "start": 970992487,
            "stop": 970992499
        },
        {
            "start": 970992501,
            "stop": 970992503
        },
        {
            "start": 970992505,
            "stop": 970992519
        },
        {
            "start": 970992525,
            "stop": 970992531
        },
        {
            "start": 970992532,
            "stop": 970992534
        },
        {
            "start": 970992535,
            "stop": 970992552
        },
        {
            "start": 970992556,
            "stop": 970992601
        },
        {
            "start": 970992604,
            "stop": 970992607
        },
        {
            "start": 970992608,
            "stop": 970992625
        },
        {
            "start": 970992627,
            "stop": 970992649
        },
        {
            "start": 970992650,
            "stop": 970992652
        },
        {
            "start": 970992653,
            "stop": 970992656
        },
        {
            "start": 970992658,
            "stop": 970992662
        },
        {
            "start": 970992663,
            "stop": 970992672
        },
        {
            "start": 970992673,
            "stop": 970992725
        },
        {
            "start": 970992726,
            "stop": 970992728
        },
        {
            "start": 970992732,
            "stop": 970992747
        },
        {
            "start": 970992748,
            "stop": 970992767
        }
    ]
}