Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=275",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 276,
    "results": [
        {
            "start": 931483860,
            "stop": 931483862
        },
        {
            "start": 931483930,
            "stop": 931483931
        },
        {
            "start": 931483948,
            "stop": 931483949
        },
        {
            "start": 931483955,
            "stop": 931483956
        },
        {
            "start": 931483961,
            "stop": 931483962
        },
        {
            "start": 931483964,
            "stop": 931483965
        },
        {
            "start": 931484100,
            "stop": 931484101
        },
        {
            "start": 931484105,
            "stop": 931484108
        },
        {
            "start": 931484123,
            "stop": 931484124
        },
        {
            "start": 931484147,
            "stop": 931484150
        },
        {
            "start": 931484152,
            "stop": 931484154
        },
        {
            "start": 931484159,
            "stop": 931484161
        },
        {
            "start": 931484168,
            "stop": 931484170
        },
        {
            "start": 931484172,
            "stop": 931484173
        },
        {
            "start": 931484286,
            "stop": 931484287
        },
        {
            "start": 931497184,
            "stop": 931497189
        },
        {
            "start": 931497219,
            "stop": 931497225
        },
        {
            "start": 931497258,
            "stop": 931497262
        },
        {
            "start": 931497331,
            "stop": 931497342
        },
        {
            "start": 931497366,
            "stop": 931497403
        }
    ]
}