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=8721
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=8722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8720",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8721,
    "results": [
        {
            "start": 872563185,
            "stop": 872564579
        },
        {
            "start": 872566452,
            "stop": 872566670
        },
        {
            "start": 872566820,
            "stop": 872566952
        },
        {
            "start": 872566992,
            "stop": 872567166
        },
        {
            "start": 872567286,
            "stop": 872567726
        },
        {
            "start": 872568000,
            "stop": 872568378
        },
        {
            "start": 872568498,
            "stop": 872568518
        },
        {
            "start": 872568523,
            "stop": 872568535
        },
        {
            "start": 872568655,
            "stop": 872568693
        },
        {
            "start": 872569320,
            "stop": 872569380
        },
        {
            "start": 872570280,
            "stop": 872570520
        },
        {
            "start": 872570580,
            "stop": 872572080
        },
        {
            "start": 872572200,
            "stop": 872572320
        },
        {
            "start": 872575440,
            "stop": 872575560
        },
        {
            "start": 872575620,
            "stop": 872575680
        },
        {
            "start": 872575920,
            "stop": 872575980
        },
        {
            "start": 872576040,
            "stop": 872576100
        },
        {
            "start": 872576160,
            "stop": 872576220
        },
        {
            "start": 872576340,
            "stop": 872576355
        },
        {
            "start": 872576372,
            "stop": 872576400
        }
    ]
}