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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=299",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 300,
    "results": [
        {
            "start": 931681640,
            "stop": 931681652
        },
        {
            "start": 931682327,
            "stop": 931682328
        },
        {
            "start": 931682398,
            "stop": 931682403
        },
        {
            "start": 931683529,
            "stop": 931683531
        },
        {
            "start": 931711219,
            "stop": 931711220
        },
        {
            "start": 931711251,
            "stop": 931711252
        },
        {
            "start": 931711284,
            "stop": 931711285
        },
        {
            "start": 931711369,
            "stop": 931711370
        },
        {
            "start": 931711375,
            "stop": 931711376
        },
        {
            "start": 931711379,
            "stop": 931711381
        },
        {
            "start": 931711393,
            "stop": 931711394
        },
        {
            "start": 931711396,
            "stop": 931711399
        },
        {
            "start": 931711404,
            "stop": 931711405
        },
        {
            "start": 931711407,
            "stop": 931711408
        },
        {
            "start": 931711410,
            "stop": 931711413
        },
        {
            "start": 931711416,
            "stop": 931711438
        },
        {
            "start": 931711441,
            "stop": 931711454
        },
        {
            "start": 931711456,
            "stop": 931711458
        },
        {
            "start": 931711461,
            "stop": 931711478
        },
        {
            "start": 931711480,
            "stop": 931711486
        }
    ]
}