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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=746",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 747,
    "results": [
        {
            "start": 873435760,
            "stop": 873435990
        },
        {
            "start": 873436050,
            "stop": 873436069
        },
        {
            "start": 873436083,
            "stop": 873436095
        },
        {
            "start": 873436109,
            "stop": 873436174
        },
        {
            "start": 873436188,
            "stop": 873436195
        },
        {
            "start": 873436209,
            "stop": 873436240
        },
        {
            "start": 873436254,
            "stop": 873436272
        },
        {
            "start": 873436298,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873482094
        },
        {
            "start": 873482414,
            "stop": 873482420
        },
        {
            "start": 873483153,
            "stop": 873483693
        },
        {
            "start": 873483707,
            "stop": 873483782
        },
        {
            "start": 873483807,
            "stop": 873483831
        },
        {
            "start": 873483845,
            "stop": 873483851
        },
        {
            "start": 873484113,
            "stop": 873484133
        },
        {
            "start": 873484229,
            "stop": 873484239
        },
        {
            "start": 873484288,
            "stop": 873484291
        },
        {
            "start": 873484305,
            "stop": 873484317
        },
        {
            "start": 873484331,
            "stop": 873484332
        },
        {
            "start": 873484346,
            "stop": 873489201
        }
    ]
}