Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8877
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=8878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8876",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8877,
    "results": [
        {
            "start": 874989896,
            "stop": 874996423
        },
        {
            "start": 874996543,
            "stop": 874996670
        },
        {
            "start": 874996750,
            "stop": 874999614
        },
        {
            "start": 874999650,
            "stop": 875001086
        },
        {
            "start": 875001103,
            "stop": 875002620
        },
        {
            "start": 875002680,
            "stop": 875004780
        },
        {
            "start": 875004840,
            "stop": 875004900
        },
        {
            "start": 875005140,
            "stop": 875005260
        },
        {
            "start": 875005320,
            "stop": 875005370
        },
        {
            "start": 875006040,
            "stop": 875006100
        },
        {
            "start": 875006220,
            "stop": 875006280
        },
        {
            "start": 875006460,
            "stop": 875006520
        },
        {
            "start": 875006580,
            "stop": 875006640
        },
        {
            "start": 875006700,
            "stop": 875007060
        },
        {
            "start": 875007120,
            "stop": 875007180
        },
        {
            "start": 875007240,
            "stop": 875007300
        },
        {
            "start": 875007420,
            "stop": 875013480
        },
        {
            "start": 875013540,
            "stop": 875014620
        },
        {
            "start": 875015160,
            "stop": 875015340
        },
        {
            "start": 875015400,
            "stop": 875015520
        }
    ]
}