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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=8",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 9,
    "results": [
        {
            "start": 815726522,
            "stop": 815726820
        },
        {
            "start": 815726839,
            "stop": 815726947
        },
        {
            "start": 815726964,
            "stop": 815727662
        },
        {
            "start": 815727666,
            "stop": 815727669
        },
        {
            "start": 815727672,
            "stop": 815727907
        },
        {
            "start": 815727910,
            "stop": 815728453
        },
        {
            "start": 815728470,
            "stop": 815729759
        },
        {
            "start": 815729762,
            "stop": 815729776
        },
        {
            "start": 815729779,
            "stop": 815730462
        },
        {
            "start": 815730466,
            "stop": 815731060
        },
        {
            "start": 815731077,
            "stop": 815733468
        },
        {
            "start": 815733471,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815751840
        },
        {
            "start": 815751857,
            "stop": 815752738
        },
        {
            "start": 815752755,
            "stop": 815753031
        },
        {
            "start": 815753033,
            "stop": 815753136
        },
        {
            "start": 815753153,
            "stop": 815753876
        },
        {
            "start": 815753893,
            "stop": 815754200
        },
        {
            "start": 815754217,
            "stop": 815754926
        },
        {
            "start": 815754943,
            "stop": 815754986
        }
    ]
}