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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=9",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 10,
    "results": [
        {
            "start": 931088316,
            "stop": 931088322
        },
        {
            "start": 931088335,
            "stop": 931088340
        },
        {
            "start": 931088342,
            "stop": 931088344
        },
        {
            "start": 931088347,
            "stop": 931088349
        },
        {
            "start": 931088353,
            "stop": 931088355
        },
        {
            "start": 931088358,
            "stop": 931088366
        },
        {
            "start": 931088367,
            "stop": 931088372
        },
        {
            "start": 931088374,
            "stop": 931088376
        },
        {
            "start": 931088377,
            "stop": 931088382
        },
        {
            "start": 931088385,
            "stop": 931088391
        },
        {
            "start": 931088396,
            "stop": 931088399
        },
        {
            "start": 931088413,
            "stop": 931088420
        },
        {
            "start": 931088429,
            "stop": 931088434
        },
        {
            "start": 931088442,
            "stop": 931088448
        },
        {
            "start": 931088449,
            "stop": 931088454
        },
        {
            "start": 931088457,
            "stop": 931088458
        },
        {
            "start": 931088465,
            "stop": 931088473
        },
        {
            "start": 931088484,
            "stop": 931088490
        },
        {
            "start": 931088495,
            "stop": 931088497
        },
        {
            "start": 931088510,
            "stop": 931088516
        }
    ]
}