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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7247",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7248,
    "results": [
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876004,
            "stop": 874876206
        },
        {
            "start": 874876208,
            "stop": 874876280
        },
        {
            "start": 874876281,
            "stop": 874876436
        },
        {
            "start": 874876437,
            "stop": 874876554
        },
        {
            "start": 874876555,
            "stop": 874876612
        },
        {
            "start": 874876613,
            "stop": 874876682
        },
        {
            "start": 874876683,
            "stop": 874876852
        },
        {
            "start": 874876854,
            "stop": 874877369
        },
        {
            "start": 874877370,
            "stop": 874877628
        },
        {
            "start": 874877629,
            "stop": 874877729
        },
        {
            "start": 874877730,
            "stop": 874877810
        },
        {
            "start": 874877812,
            "stop": 874877876
        },
        {
            "start": 874877877,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874880291
        },
        {
            "start": 874880292,
            "stop": 874880822
        },
        {
            "start": 874880823,
            "stop": 874881022
        },
        {
            "start": 874881023,
            "stop": 874881057
        },
        {
            "start": 874881058,
            "stop": 874881129
        }
    ]
}