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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=285",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 286,
    "results": [
        {
            "start": 1181135625,
            "stop": 1181136447
        },
        {
            "start": 1181136448,
            "stop": 1181137177
        },
        {
            "start": 1181137178,
            "stop": 1181139379
        },
        {
            "start": 1181139380,
            "stop": 1181139497
        },
        {
            "start": 1181139498,
            "stop": 1181139564
        },
        {
            "start": 1181139565,
            "stop": 1181139780
        },
        {
            "start": 1181139781,
            "stop": 1181139814
        },
        {
            "start": 1181139815,
            "stop": 1181140187
        },
        {
            "start": 1181140188,
            "stop": 1181140261
        },
        {
            "start": 1181140262,
            "stop": 1181141345
        },
        {
            "start": 1181141346,
            "stop": 1181141350
        },
        {
            "start": 1181141351,
            "stop": 1181141364
        },
        {
            "start": 1181141365,
            "stop": 1181141749
        },
        {
            "start": 1181141750,
            "stop": 1181142213
        },
        {
            "start": 1181142214,
            "stop": 1181143628
        },
        {
            "start": 1181143629,
            "stop": 1181145375
        },
        {
            "start": 1181145376,
            "stop": 1181145794
        },
        {
            "start": 1181145798,
            "stop": 1181145801
        },
        {
            "start": 1181145802,
            "stop": 1181145824
        },
        {
            "start": 1181145825,
            "stop": 1181147766
        }
    ]
}