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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=64",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 65,
    "results": [
        {
            "start": 931084984,
            "stop": 931084987
        },
        {
            "start": 931084989,
            "stop": 931084990
        },
        {
            "start": 931084991,
            "stop": 931085001
        },
        {
            "start": 931085002,
            "stop": 931085004
        },
        {
            "start": 931085007,
            "stop": 931085008
        },
        {
            "start": 931085009,
            "stop": 931085010
        },
        {
            "start": 931085014,
            "stop": 931085017
        },
        {
            "start": 931085019,
            "stop": 931085021
        },
        {
            "start": 931085022,
            "stop": 931085025
        },
        {
            "start": 931085026,
            "stop": 931085029
        },
        {
            "start": 931085030,
            "stop": 931085031
        },
        {
            "start": 931085032,
            "stop": 931085037
        },
        {
            "start": 931085040,
            "stop": 931085044
        },
        {
            "start": 931085046,
            "stop": 931085048
        },
        {
            "start": 931085052,
            "stop": 931085053
        },
        {
            "start": 931085055,
            "stop": 931085056
        },
        {
            "start": 931085064,
            "stop": 931085065
        },
        {
            "start": 931085066,
            "stop": 931085069
        },
        {
            "start": 931085070,
            "stop": 931085073
        },
        {
            "start": 931085074,
            "stop": 931085075
        }
    ]
}