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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=10",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 11,
    "results": [
        {
            "start": 932418313,
            "stop": 932418406
        },
        {
            "start": 932419372,
            "stop": 932419578
        },
        {
            "start": 932419584,
            "stop": 932419864
        },
        {
            "start": 932420853,
            "stop": 932421413
        },
        {
            "start": 932422329,
            "stop": 932422545
        },
        {
            "start": 932425475,
            "stop": 932425595
        },
        {
            "start": 932425601,
            "stop": 932425609
        },
        {
            "start": 932425615,
            "stop": 932425702
        },
        {
            "start": 932425741,
            "stop": 932426443
        },
        {
            "start": 932426457,
            "stop": 932426490
        },
        {
            "start": 932426495,
            "stop": 932428584
        },
        {
            "start": 932434417,
            "stop": 932435310
        },
        {
            "start": 932435651,
            "stop": 932435699
        },
        {
            "start": 932441350,
            "stop": 932441366
        },
        {
            "start": 932441372,
            "stop": 932441660
        },
        {
            "start": 932441675,
            "stop": 932443116
        },
        {
            "start": 932443121,
            "stop": 932443887
        },
        {
            "start": 932443898,
            "stop": 932443901
        },
        {
            "start": 932443908,
            "stop": 932443983
        },
        {
            "start": 932443988,
            "stop": 932444841
        }
    ]
}