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=8873
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=8874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8872",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8873,
    "results": [
        {
            "start": 874937050,
            "stop": 874937626
        },
        {
            "start": 874937700,
            "stop": 874938590
        },
        {
            "start": 874938710,
            "stop": 874939070
        },
        {
            "start": 874939150,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874939894
        },
        {
            "start": 874940014,
            "stop": 874940240
        },
        {
            "start": 874940414,
            "stop": 874941483
        },
        {
            "start": 874941603,
            "stop": 874941710
        },
        {
            "start": 874941850,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942319
        },
        {
            "start": 874942439,
            "stop": 874942730
        },
        {
            "start": 874942810,
            "stop": 874943051
        },
        {
            "start": 874943230,
            "stop": 874943640
        },
        {
            "start": 874943700,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874945031
        },
        {
            "start": 874945072,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953530
        },
        {
            "start": 874953612,
            "stop": 874953687
        },
        {
            "start": 874953807,
            "stop": 874953950
        },
        {
            "start": 874954090,
            "stop": 874954477
        }
    ]
}