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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=179",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 180,
    "results": [
        {
            "start": 820497702,
            "stop": 820498137
        },
        {
            "start": 820498141,
            "stop": 820498317
        },
        {
            "start": 820498320,
            "stop": 820498322
        },
        {
            "start": 820498326,
            "stop": 820498531
        },
        {
            "start": 820498534,
            "stop": 820498929
        },
        {
            "start": 820498934,
            "stop": 820499467
        },
        {
            "start": 820499470,
            "stop": 820499486
        },
        {
            "start": 820499490,
            "stop": 820499493
        },
        {
            "start": 820499497,
            "stop": 820499505
        },
        {
            "start": 820499508,
            "stop": 820499820
        },
        {
            "start": 820499823,
            "stop": 820499826
        },
        {
            "start": 820499829,
            "stop": 820499881
        },
        {
            "start": 820499885,
            "stop": 820500145
        },
        {
            "start": 820500149,
            "stop": 820500150
        },
        {
            "start": 820500155,
            "stop": 820500328
        },
        {
            "start": 820500331,
            "stop": 820500646
        },
        {
            "start": 820500650,
            "stop": 820500653
        },
        {
            "start": 820500656,
            "stop": 820500728
        },
        {
            "start": 820500731,
            "stop": 820500853
        },
        {
            "start": 820500857,
            "stop": 820500969
        }
    ]
}