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/H2_CBCLOW_CAT3/segments?format=api&page=5150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5149",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5150,
    "results": [
        {
            "start": 874719309,
            "stop": 874719437
        },
        {
            "start": 874719444,
            "stop": 874719507
        },
        {
            "start": 874719520,
            "stop": 874719568
        },
        {
            "start": 874719581,
            "stop": 874719651
        },
        {
            "start": 874719658,
            "stop": 874719729
        },
        {
            "start": 874719737,
            "stop": 874719759
        },
        {
            "start": 874719766,
            "stop": 874719858
        },
        {
            "start": 874719870,
            "stop": 874720011
        },
        {
            "start": 874720023,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720275
        },
        {
            "start": 874720282,
            "stop": 874720285
        },
        {
            "start": 874720298,
            "stop": 874720362
        },
        {
            "start": 874720369,
            "stop": 874720373
        },
        {
            "start": 874720380,
            "stop": 874720438
        },
        {
            "start": 874720445,
            "stop": 874720491
        },
        {
            "start": 874720498,
            "stop": 874720533
        },
        {
            "start": 874720540,
            "stop": 874720603
        },
        {
            "start": 874720610,
            "stop": 874720691
        },
        {
            "start": 874720699,
            "stop": 874720752
        },
        {
            "start": 874720759,
            "stop": 874720768
        }
    ]
}