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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=40",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 41,
    "results": [
        {
            "start": 931177345,
            "stop": 931177403
        },
        {
            "start": 931177405,
            "stop": 931177416
        },
        {
            "start": 931177418,
            "stop": 931177422
        },
        {
            "start": 931177424,
            "stop": 931177425
        },
        {
            "start": 931177427,
            "stop": 931177430
        },
        {
            "start": 931177432,
            "stop": 931177434
        },
        {
            "start": 931177436,
            "stop": 931177488
        },
        {
            "start": 931177490,
            "stop": 931177501
        },
        {
            "start": 931177502,
            "stop": 931177503
        },
        {
            "start": 931177508,
            "stop": 931177539
        },
        {
            "start": 931177541,
            "stop": 931177561
        },
        {
            "start": 931177565,
            "stop": 931177572
        },
        {
            "start": 931177574,
            "stop": 931177596
        },
        {
            "start": 931177597,
            "stop": 931177613
        },
        {
            "start": 931177614,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931180132
        },
        {
            "start": 931180136,
            "stop": 931180201
        },
        {
            "start": 931180203,
            "stop": 931180232
        },
        {
            "start": 931180234,
            "stop": 931180257
        },
        {
            "start": 931180259,
            "stop": 931180267
        }
    ]
}