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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8696",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8697,
    "results": [
        {
            "start": 872195220,
            "stop": 872195844
        },
        {
            "start": 872195964,
            "stop": 872196240
        },
        {
            "start": 872196300,
            "stop": 872196480
        },
        {
            "start": 872196540,
            "stop": 872196840
        },
        {
            "start": 872196900,
            "stop": 872197089
        },
        {
            "start": 872197093,
            "stop": 872197140
        },
        {
            "start": 872197200,
            "stop": 872198100
        },
        {
            "start": 872198160,
            "stop": 872198520
        },
        {
            "start": 872198703,
            "stop": 872198938
        },
        {
            "start": 872199060,
            "stop": 872199356
        },
        {
            "start": 872199476,
            "stop": 872200500
        },
        {
            "start": 872200560,
            "stop": 872201160
        },
        {
            "start": 872201280,
            "stop": 872201400
        },
        {
            "start": 872201460,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872202844
        },
        {
            "start": 872202851,
            "stop": 872202983
        },
        {
            "start": 872203000,
            "stop": 872203020
        },
        {
            "start": 872203080,
            "stop": 872203200
        },
        {
            "start": 872203260,
            "stop": 872203588
        },
        {
            "start": 872203605,
            "stop": 872203651
        }
    ]
}