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=8720
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=8721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8719",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8720,
    "results": [
        {
            "start": 872540333,
            "stop": 872541402
        },
        {
            "start": 872541490,
            "stop": 872541512
        },
        {
            "start": 872541550,
            "stop": 872541659
        },
        {
            "start": 872541779,
            "stop": 872544334
        },
        {
            "start": 872544454,
            "stop": 872544455
        },
        {
            "start": 872545054,
            "stop": 872545298
        },
        {
            "start": 872545456,
            "stop": 872546413
        },
        {
            "start": 872546420,
            "stop": 872547867
        },
        {
            "start": 872547875,
            "stop": 872549992
        },
        {
            "start": 872550009,
            "stop": 872551434
        },
        {
            "start": 872551554,
            "stop": 872554867
        },
        {
            "start": 872555108,
            "stop": 872555435
        },
        {
            "start": 872555555,
            "stop": 872555713
        },
        {
            "start": 872555833,
            "stop": 872556230
        },
        {
            "start": 872556417,
            "stop": 872557680
        },
        {
            "start": 872557740,
            "stop": 872559703
        },
        {
            "start": 872559823,
            "stop": 872560500
        },
        {
            "start": 872560560,
            "stop": 872561444
        },
        {
            "start": 872561685,
            "stop": 872562060
        },
        {
            "start": 872562180,
            "stop": 872563070
        }
    ]
}