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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=142",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 143,
    "results": [
        {
            "start": 931468848,
            "stop": 931468852
        },
        {
            "start": 931468854,
            "stop": 931468864
        },
        {
            "start": 931468869,
            "stop": 931468887
        },
        {
            "start": 931468889,
            "stop": 931468890
        },
        {
            "start": 931468892,
            "stop": 931468908
        },
        {
            "start": 931468912,
            "stop": 931468933
        },
        {
            "start": 931468935,
            "stop": 931468953
        },
        {
            "start": 931468955,
            "stop": 931468959
        },
        {
            "start": 931468963,
            "stop": 931468964
        },
        {
            "start": 931468966,
            "stop": 931468968
        },
        {
            "start": 931468970,
            "stop": 931468971
        },
        {
            "start": 931468975,
            "stop": 931468978
        },
        {
            "start": 931468980,
            "stop": 931468981
        },
        {
            "start": 931468982,
            "stop": 931468984
        },
        {
            "start": 931468985,
            "stop": 931468989
        },
        {
            "start": 931468993,
            "stop": 931469008
        },
        {
            "start": 931469010,
            "stop": 931469038
        },
        {
            "start": 931469040,
            "stop": 931469652
        },
        {
            "start": 931469653,
            "stop": 931470156
        },
        {
            "start": 931471301,
            "stop": 931471365
        }
    ]
}