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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_CBC/segments?format=api&page=2",
    "previous": null,
    "results_count": 741,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 1,
    "results": [
        {
            "start": 931275335,
            "stop": 931275464
        },
        {
            "start": 931328104,
            "stop": 931328232
        },
        {
            "start": 931673704,
            "stop": 931673833
        },
        {
            "start": 931731301,
            "stop": 931731429
        },
        {
            "start": 931760100,
            "stop": 931760229
        },
        {
            "start": 931788900,
            "stop": 931792363
        },
        {
            "start": 932105704,
            "stop": 932105833
        },
        {
            "start": 932393701,
            "stop": 932393830
        },
        {
            "start": 932422502,
            "stop": 932422630
        },
        {
            "start": 932451301,
            "stop": 932451430
        },
        {
            "start": 932480101,
            "stop": 932480229
        },
        {
            "start": 932508900,
            "stop": 932509029
        },
        {
            "start": 932595301,
            "stop": 932595429
        },
        {
            "start": 932652900,
            "stop": 932653029
        },
        {
            "start": 932796900,
            "stop": 932797029
        },
        {
            "start": 932940900,
            "stop": 932941029
        },
        {
            "start": 933142502,
            "stop": 933142630
        },
        {
            "start": 933200102,
            "stop": 933200230
        },
        {
            "start": 933257702,
            "stop": 933257830
        },
        {
            "start": 933286502,
            "stop": 933286630
        }
    ]
}