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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=462",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 463,
    "results": [
        {
            "start": 827682310,
            "stop": 827683790
        },
        {
            "start": 827683930,
            "stop": 827684270
        },
        {
            "start": 827684350,
            "stop": 827684456
        },
        {
            "start": 827684463,
            "stop": 827685110
        },
        {
            "start": 827685250,
            "stop": 827685530
        },
        {
            "start": 827685610,
            "stop": 827686140
        },
        {
            "start": 827686200,
            "stop": 827686380
        },
        {
            "start": 827686440,
            "stop": 827687510
        },
        {
            "start": 827693450,
            "stop": 827694050
        },
        {
            "start": 827694130,
            "stop": 827694290
        },
        {
            "start": 827694370,
            "stop": 827695070
        },
        {
            "start": 827695150,
            "stop": 827695310
        },
        {
            "start": 827695390,
            "stop": 827696210
        },
        {
            "start": 827696290,
            "stop": 827696514
        },
        {
            "start": 827696770,
            "stop": 827697290
        },
        {
            "start": 827697375,
            "stop": 827698200
        },
        {
            "start": 827698462,
            "stop": 827699630
        },
        {
            "start": 827699710,
            "stop": 827699810
        },
        {
            "start": 827699890,
            "stop": 827700470
        },
        {
            "start": 827700610,
            "stop": 827702640
        }
    ]
}