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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4341",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4342,
    "results": [
        {
            "start": 874749240,
            "stop": 874749314
        },
        {
            "start": 874749333,
            "stop": 874749631
        },
        {
            "start": 874749650,
            "stop": 874749654
        },
        {
            "start": 874749673,
            "stop": 874749730
        },
        {
            "start": 874749750,
            "stop": 874749770
        },
        {
            "start": 874749789,
            "stop": 874749968
        },
        {
            "start": 874749987,
            "stop": 874750026
        },
        {
            "start": 874750045,
            "stop": 874750194
        },
        {
            "start": 874750231,
            "stop": 874750284
        },
        {
            "start": 874750303,
            "stop": 874750351
        },
        {
            "start": 874750370,
            "stop": 874750446
        },
        {
            "start": 874750471,
            "stop": 874750500
        },
        {
            "start": 874750519,
            "stop": 874750541
        },
        {
            "start": 874750560,
            "stop": 874750602
        },
        {
            "start": 874750621,
            "stop": 874750733
        },
        {
            "start": 874750752,
            "stop": 874750806
        },
        {
            "start": 874750830,
            "stop": 874750880
        },
        {
            "start": 874750900,
            "stop": 874750946
        },
        {
            "start": 874750965,
            "stop": 874750969
        },
        {
            "start": 874750988,
            "stop": 874751045
        }
    ]
}