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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3707",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3705",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3706,
    "results": [
        {
            "start": 970990322,
            "stop": 970990490
        },
        {
            "start": 970990493,
            "stop": 970990713
        },
        {
            "start": 970990716,
            "stop": 970990722
        },
        {
            "start": 970990725,
            "stop": 970990768
        },
        {
            "start": 970990771,
            "stop": 970990851
        },
        {
            "start": 970990854,
            "stop": 970990868
        },
        {
            "start": 970990874,
            "stop": 970990894
        },
        {
            "start": 970990897,
            "stop": 970990931
        },
        {
            "start": 970990934,
            "stop": 970991111
        },
        {
            "start": 970991118,
            "stop": 970991138
        },
        {
            "start": 970991141,
            "stop": 970991160
        },
        {
            "start": 970991163,
            "stop": 970991237
        },
        {
            "start": 970991240,
            "stop": 970991243
        },
        {
            "start": 970991246,
            "stop": 970991266
        },
        {
            "start": 970991272,
            "stop": 970991276
        },
        {
            "start": 970991279,
            "stop": 970991367
        },
        {
            "start": 970991370,
            "stop": 970991535
        },
        {
            "start": 970991538,
            "stop": 970991675
        },
        {
            "start": 970991678,
            "stop": 970991794
        },
        {
            "start": 970991797,
            "stop": 970991847
        }
    ]
}