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=8631
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=8632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8630",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8631,
    "results": [
        {
            "start": 871329130,
            "stop": 871329395
        },
        {
            "start": 871330930,
            "stop": 871331044
        },
        {
            "start": 871331054,
            "stop": 871331280
        },
        {
            "start": 871331400,
            "stop": 871331714
        },
        {
            "start": 871335000,
            "stop": 871335023
        },
        {
            "start": 871341360,
            "stop": 871341420
        },
        {
            "start": 871341480,
            "stop": 871341540
        },
        {
            "start": 871341780,
            "stop": 871341855
        },
        {
            "start": 871341872,
            "stop": 871341900
        },
        {
            "start": 871342620,
            "stop": 871342680
        },
        {
            "start": 871342800,
            "stop": 871342860
        },
        {
            "start": 871343400,
            "stop": 871343460
        },
        {
            "start": 871343640,
            "stop": 871343741
        },
        {
            "start": 871343758,
            "stop": 871343760
        },
        {
            "start": 871344120,
            "stop": 871344180
        },
        {
            "start": 871344300,
            "stop": 871344420
        },
        {
            "start": 871344720,
            "stop": 871344840
        },
        {
            "start": 871344960,
            "stop": 871345140
        },
        {
            "start": 871345200,
            "stop": 871345260
        },
        {
            "start": 871345320,
            "stop": 871345560
        }
    ]
}