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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=354",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 355,
    "results": [
        {
            "start": 858121057,
            "stop": 858122129
        },
        {
            "start": 858124830,
            "stop": 858126864
        },
        {
            "start": 858131232,
            "stop": 858182897
        },
        {
            "start": 858183102,
            "stop": 858184979
        },
        {
            "start": 858186449,
            "stop": 858191286
        },
        {
            "start": 858191482,
            "stop": 858204081
        },
        {
            "start": 858204208,
            "stop": 858207158
        },
        {
            "start": 858208136,
            "stop": 858217529
        },
        {
            "start": 858218348,
            "stop": 858219622
        },
        {
            "start": 858221428,
            "stop": 858269730
        },
        {
            "start": 858270256,
            "stop": 858271909
        },
        {
            "start": 858272143,
            "stop": 858274337
        },
        {
            "start": 858275717,
            "stop": 858291777
        },
        {
            "start": 858293500,
            "stop": 858363424
        },
        {
            "start": 858363428,
            "stop": 858366018
        },
        {
            "start": 858366021,
            "stop": 858366601
        },
        {
            "start": 858366605,
            "stop": 858366660
        },
        {
            "start": 858366664,
            "stop": 858368892
        },
        {
            "start": 858368895,
            "stop": 858369716
        },
        {
            "start": 858369735,
            "stop": 858370712
        }
    ]
}