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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=28",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 29,
    "results": [
        {
            "start": 816921439,
            "stop": 816922397
        },
        {
            "start": 816923281,
            "stop": 816923314
        },
        {
            "start": 816923317,
            "stop": 816926352
        },
        {
            "start": 816926355,
            "stop": 816926679
        },
        {
            "start": 816926682,
            "stop": 816929067
        },
        {
            "start": 816929069,
            "stop": 816938609
        },
        {
            "start": 816938612,
            "stop": 816946867
        },
        {
            "start": 816948519,
            "stop": 816948821
        },
        {
            "start": 816948825,
            "stop": 816950322
        },
        {
            "start": 816950325,
            "stop": 816951343
        },
        {
            "start": 816951345,
            "stop": 816951822
        },
        {
            "start": 816951825,
            "stop": 816951866
        },
        {
            "start": 816951869,
            "stop": 816952049
        },
        {
            "start": 816953193,
            "stop": 816953217
        },
        {
            "start": 816953220,
            "stop": 816953224
        },
        {
            "start": 816953227,
            "stop": 816953422
        },
        {
            "start": 816953425,
            "stop": 816953428
        },
        {
            "start": 816953431,
            "stop": 816953550
        },
        {
            "start": 816953554,
            "stop": 816953585
        },
        {
            "start": 816953588,
            "stop": 816953751
        }
    ]
}