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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=658",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 659,
    "results": [
        {
            "start": 856695690,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698646
        },
        {
            "start": 856700103,
            "stop": 856700105
        },
        {
            "start": 856700142,
            "stop": 856702950
        },
        {
            "start": 856703010,
            "stop": 856703017
        },
        {
            "start": 856703566,
            "stop": 856710810
        },
        {
            "start": 856711420,
            "stop": 856718370
        },
        {
            "start": 856718670,
            "stop": 856718678
        },
        {
            "start": 856720897,
            "stop": 856725930
        },
        {
            "start": 856727129,
            "stop": 856727672
        },
        {
            "start": 856728380,
            "stop": 856728390
        },
        {
            "start": 856728450,
            "stop": 856728510
        },
        {
            "start": 856728570,
            "stop": 856728630
        },
        {
            "start": 856728750,
            "stop": 856728796
        },
        {
            "start": 856747232,
            "stop": 856748430
        },
        {
            "start": 856748790,
            "stop": 856764506
        },
        {
            "start": 856764524,
            "stop": 856778501
        },
        {
            "start": 856780920,
            "stop": 856791990
        },
        {
            "start": 856791995,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826490
        }
    ]
}