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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=545",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 546,
    "results": [
        {
            "start": 831314216,
            "stop": 831323515
        },
        {
            "start": 831324643,
            "stop": 831331588
        },
        {
            "start": 831332719,
            "stop": 831344032
        },
        {
            "start": 831345338,
            "stop": 831350992
        },
        {
            "start": 831351880,
            "stop": 831353426
        },
        {
            "start": 831353479,
            "stop": 831353691
        },
        {
            "start": 831353797,
            "stop": 831355217
        },
        {
            "start": 831359271,
            "stop": 831396086
        },
        {
            "start": 831396837,
            "stop": 831399947
        },
        {
            "start": 831400068,
            "stop": 831402045
        },
        {
            "start": 831404246,
            "stop": 831412657
        },
        {
            "start": 831413921,
            "stop": 831419081
        },
        {
            "start": 831419734,
            "stop": 831420187
        },
        {
            "start": 831421294,
            "stop": 831454732
        },
        {
            "start": 831455617,
            "stop": 831465589
        },
        {
            "start": 831466567,
            "stop": 831475532
        },
        {
            "start": 831476218,
            "stop": 831484041
        },
        {
            "start": 831484876,
            "stop": 831495680
        },
        {
            "start": 831505433,
            "stop": 831510549
        },
        {
            "start": 831511714,
            "stop": 831518654
        }
    ]
}