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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5103",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5104,
    "results": [
        {
            "start": 873379827,
            "stop": 873380312
        },
        {
            "start": 873380319,
            "stop": 873381634
        },
        {
            "start": 873381774,
            "stop": 873381797
        },
        {
            "start": 873381814,
            "stop": 873382010
        },
        {
            "start": 873382021,
            "stop": 873382126
        },
        {
            "start": 873382254,
            "stop": 873382440
        },
        {
            "start": 873382560,
            "stop": 873382572
        },
        {
            "start": 873382654,
            "stop": 873382754
        },
        {
            "start": 873382940,
            "stop": 873383002
        },
        {
            "start": 873383160,
            "stop": 873383196
        },
        {
            "start": 873383292,
            "stop": 873383402
        },
        {
            "start": 873383482,
            "stop": 873383790
        },
        {
            "start": 873384992,
            "stop": 873385181
        },
        {
            "start": 873385189,
            "stop": 873385466
        },
        {
            "start": 873385560,
            "stop": 873385736
        },
        {
            "start": 873386185,
            "stop": 873386979
        },
        {
            "start": 873386986,
            "stop": 873387123
        },
        {
            "start": 873387540,
            "stop": 873387720
        },
        {
            "start": 873387840,
            "stop": 873387900
        },
        {
            "start": 873388080,
            "stop": 873388344
        }
    ]
}