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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=351",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 352,
    "results": [
        {
            "start": 869169174,
            "stop": 869180069
        },
        {
            "start": 869181167,
            "stop": 869206571
        },
        {
            "start": 869215883,
            "stop": 869230435
        },
        {
            "start": 869232493,
            "stop": 869232494
        },
        {
            "start": 869232566,
            "stop": 869245220
        },
        {
            "start": 869251432,
            "stop": 869251641
        },
        {
            "start": 869251904,
            "stop": 869253112
        },
        {
            "start": 869255708,
            "stop": 869258202
        },
        {
            "start": 869263701,
            "stop": 869265393
        },
        {
            "start": 869273062,
            "stop": 869297295
        },
        {
            "start": 869304912,
            "stop": 869313990
        },
        {
            "start": 869314640,
            "stop": 869317531
        },
        {
            "start": 869317721,
            "stop": 869324533
        },
        {
            "start": 869348390,
            "stop": 869380137
        },
        {
            "start": 869391107,
            "stop": 869401100
        },
        {
            "start": 869401480,
            "stop": 869407036
        },
        {
            "start": 869408138,
            "stop": 869430042
        },
        {
            "start": 869431241,
            "stop": 869438481
        },
        {
            "start": 869438596,
            "stop": 869446644
        },
        {
            "start": 869453301,
            "stop": 869464968
        }
    ]
}