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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=123",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 124,
    "results": [
        {
            "start": 816972934,
            "stop": 816972959
        },
        {
            "start": 816972997,
            "stop": 816973067
        },
        {
            "start": 816973102,
            "stop": 816973128
        },
        {
            "start": 816973200,
            "stop": 816973204
        },
        {
            "start": 816973235,
            "stop": 816973299
        },
        {
            "start": 816973365,
            "stop": 816973368
        },
        {
            "start": 816973405,
            "stop": 816973419
        },
        {
            "start": 816973453,
            "stop": 816973467
        },
        {
            "start": 816973572,
            "stop": 816973580
        },
        {
            "start": 816973638,
            "stop": 816973689
        },
        {
            "start": 816973733,
            "stop": 816973734
        },
        {
            "start": 816973755,
            "stop": 816973764
        },
        {
            "start": 816973784,
            "stop": 816973806
        },
        {
            "start": 816973831,
            "stop": 816973865
        },
        {
            "start": 816973892,
            "stop": 816973966
        },
        {
            "start": 816973994,
            "stop": 816974037
        },
        {
            "start": 816974094,
            "stop": 816974095
        },
        {
            "start": 816974114,
            "stop": 816974141
        },
        {
            "start": 816974161,
            "stop": 816974232
        },
        {
            "start": 816974252,
            "stop": 816974259
        }
    ]
}