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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=854",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 855,
    "results": [
        {
            "start": 873436178,
            "stop": 873436195
        },
        {
            "start": 873436199,
            "stop": 873436240
        },
        {
            "start": 873436244,
            "stop": 873436272
        },
        {
            "start": 873436276,
            "stop": 873436284
        },
        {
            "start": 873436288,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873482094
        },
        {
            "start": 873482414,
            "stop": 873482420
        },
        {
            "start": 873483153,
            "stop": 873483693
        },
        {
            "start": 873483697,
            "stop": 873483782
        },
        {
            "start": 873483786,
            "stop": 873483793
        },
        {
            "start": 873483797,
            "stop": 873483831
        },
        {
            "start": 873483835,
            "stop": 873483851
        },
        {
            "start": 873483856,
            "stop": 873483863
        },
        {
            "start": 873483867,
            "stop": 873483873
        },
        {
            "start": 873483877,
            "stop": 873483884
        },
        {
            "start": 873483888,
            "stop": 873483893
        },
        {
            "start": 873483899,
            "stop": 873483906
        },
        {
            "start": 873483911,
            "stop": 873483919
        },
        {
            "start": 873483923,
            "stop": 873483930
        },
        {
            "start": 873483934,
            "stop": 873483940
        }
    ]
}