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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=62",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 63,
    "results": [
        {
            "start": 931083839,
            "stop": 931083840
        },
        {
            "start": 931083844,
            "stop": 931083850
        },
        {
            "start": 931083853,
            "stop": 931083854
        },
        {
            "start": 931083855,
            "stop": 931083857
        },
        {
            "start": 931083862,
            "stop": 931083863
        },
        {
            "start": 931083864,
            "stop": 931083867
        },
        {
            "start": 931083868,
            "stop": 931083869
        },
        {
            "start": 931083870,
            "stop": 931083877
        },
        {
            "start": 931083880,
            "stop": 931083883
        },
        {
            "start": 931083884,
            "stop": 931083886
        },
        {
            "start": 931083888,
            "stop": 931083893
        },
        {
            "start": 931083894,
            "stop": 931083896
        },
        {
            "start": 931083897,
            "stop": 931083898
        },
        {
            "start": 931083900,
            "stop": 931083902
        },
        {
            "start": 931083905,
            "stop": 931083907
        },
        {
            "start": 931083908,
            "stop": 931083909
        },
        {
            "start": 931083911,
            "stop": 931083912
        },
        {
            "start": 931083913,
            "stop": 931083915
        },
        {
            "start": 931083916,
            "stop": 931083922
        },
        {
            "start": 931083924,
            "stop": 931083928
        }
    ]
}