Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1054
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1055",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1053",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1054,
    "results": [
        {
            "start": 1136090432,
            "stop": 1136091020
        },
        {
            "start": 1136106654,
            "stop": 1136111880
        },
        {
            "start": 1136111882,
            "stop": 1136112360
        },
        {
            "start": 1136112362,
            "stop": 1136112415
        },
        {
            "start": 1136112416,
            "stop": 1136112627
        },
        {
            "start": 1136112628,
            "stop": 1136113066
        },
        {
            "start": 1136113067,
            "stop": 1136116366
        },
        {
            "start": 1136116706,
            "stop": 1136121126
        },
        {
            "start": 1136121127,
            "stop": 1136122837
        },
        {
            "start": 1136122843,
            "stop": 1136122916
        },
        {
            "start": 1136164549,
            "stop": 1136171239
        },
        {
            "start": 1136171241,
            "stop": 1136176723
        },
        {
            "start": 1136180347,
            "stop": 1136180543
        },
        {
            "start": 1136180545,
            "stop": 1136181264
        },
        {
            "start": 1136192801,
            "stop": 1136192836
        },
        {
            "start": 1136192837,
            "stop": 1136192849
        },
        {
            "start": 1136192850,
            "stop": 1136192875
        },
        {
            "start": 1136192876,
            "stop": 1136192877
        },
        {
            "start": 1136192878,
            "stop": 1136193004
        },
        {
            "start": 1136193005,
            "stop": 1136193008
        }
    ]
}