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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=109",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 110,
    "results": [
        {
            "start": 819183314,
            "stop": 819184173
        },
        {
            "start": 819184180,
            "stop": 819184388
        },
        {
            "start": 819184396,
            "stop": 819184584
        },
        {
            "start": 819184598,
            "stop": 819184791
        },
        {
            "start": 819184798,
            "stop": 819184833
        },
        {
            "start": 819184841,
            "stop": 819185019
        },
        {
            "start": 819185026,
            "stop": 819185048
        },
        {
            "start": 819185055,
            "stop": 819185290
        },
        {
            "start": 819189059,
            "stop": 819189070
        },
        {
            "start": 819189077,
            "stop": 819189292
        },
        {
            "start": 819189306,
            "stop": 819189604
        },
        {
            "start": 819189611,
            "stop": 819189624
        },
        {
            "start": 819189632,
            "stop": 819189790
        },
        {
            "start": 819189804,
            "stop": 819189829
        },
        {
            "start": 819189837,
            "stop": 819190946
        },
        {
            "start": 819190953,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819193145
        },
        {
            "start": 819193153,
            "stop": 819193187
        },
        {
            "start": 819193196,
            "stop": 819193254
        },
        {
            "start": 819193262,
            "stop": 819193462
        }
    ]
}