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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=154",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 155,
    "results": [
        {
            "start": 832050165,
            "stop": 832050252
        },
        {
            "start": 832050256,
            "stop": 832052260
        },
        {
            "start": 832052307,
            "stop": 832052313
        },
        {
            "start": 832052317,
            "stop": 832052323
        },
        {
            "start": 832052350,
            "stop": 832052356
        },
        {
            "start": 832052360,
            "stop": 832052371
        },
        {
            "start": 832052379,
            "stop": 832052390
        },
        {
            "start": 832052399,
            "stop": 832052409
        },
        {
            "start": 832052413,
            "stop": 832052419
        },
        {
            "start": 832052423,
            "stop": 832052486
        },
        {
            "start": 832052500,
            "stop": 832052505
        },
        {
            "start": 832052509,
            "stop": 832052515
        },
        {
            "start": 832052524,
            "stop": 832052539
        },
        {
            "start": 832052548,
            "stop": 832052569
        },
        {
            "start": 832052573,
            "stop": 832052583
        },
        {
            "start": 832052587,
            "stop": 832052593
        },
        {
            "start": 832052597,
            "stop": 832052725
        },
        {
            "start": 832052729,
            "stop": 832052782
        },
        {
            "start": 832052786,
            "stop": 832052796
        },
        {
            "start": 832052800,
            "stop": 832052855
        }
    ]
}