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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=22",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 23,
    "results": [
        {
            "start": 816542643,
            "stop": 816542832
        },
        {
            "start": 816542836,
            "stop": 816543597
        },
        {
            "start": 816543600,
            "stop": 816547586
        },
        {
            "start": 816554089,
            "stop": 816561678
        },
        {
            "start": 816561681,
            "stop": 816563061
        },
        {
            "start": 816564940,
            "stop": 816570026
        },
        {
            "start": 816570029,
            "stop": 816571336
        },
        {
            "start": 816571340,
            "stop": 816571997
        },
        {
            "start": 816572000,
            "stop": 816572001
        },
        {
            "start": 816572004,
            "stop": 816572063
        },
        {
            "start": 816573266,
            "stop": 816573505
        },
        {
            "start": 816573508,
            "stop": 816573570
        },
        {
            "start": 816573573,
            "stop": 816586756
        },
        {
            "start": 816586773,
            "stop": 816589889
        },
        {
            "start": 816589892,
            "stop": 816590328
        },
        {
            "start": 816590345,
            "stop": 816596820
        },
        {
            "start": 816596823,
            "stop": 816603815
        },
        {
            "start": 816603817,
            "stop": 816613103
        },
        {
            "start": 816613120,
            "stop": 816615684
        },
        {
            "start": 816615688,
            "stop": 816618515
        }
    ]
}