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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=129",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 130,
    "results": [
        {
            "start": 931886826,
            "stop": 931886838
        },
        {
            "start": 931886841,
            "stop": 931886854
        },
        {
            "start": 931886856,
            "stop": 931886868
        },
        {
            "start": 931886871,
            "stop": 931886883
        },
        {
            "start": 931886886,
            "stop": 931886898
        },
        {
            "start": 931886901,
            "stop": 931886913
        },
        {
            "start": 931886916,
            "stop": 931886929
        },
        {
            "start": 931886931,
            "stop": 931887029
        },
        {
            "start": 931887048,
            "stop": 931887090
        },
        {
            "start": 931887092,
            "stop": 931887367
        },
        {
            "start": 931887386,
            "stop": 931887540
        },
        {
            "start": 931887543,
            "stop": 931888036
        },
        {
            "start": 931907175,
            "stop": 931907919
        },
        {
            "start": 931907925,
            "stop": 931908114
        },
        {
            "start": 931908119,
            "stop": 931908215
        },
        {
            "start": 931908219,
            "stop": 931910327
        },
        {
            "start": 931910345,
            "stop": 931910415
        },
        {
            "start": 931910775,
            "stop": 931910819
        },
        {
            "start": 931910824,
            "stop": 931911334
        },
        {
            "start": 931911336,
            "stop": 931912470
        }
    ]
}