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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=37",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 38,
    "results": [
        {
            "start": 821037523,
            "stop": 821037710
        },
        {
            "start": 821037713,
            "stop": 821037715
        },
        {
            "start": 821037718,
            "stop": 821037765
        },
        {
            "start": 821037768,
            "stop": 821037941
        },
        {
            "start": 821038539,
            "stop": 821038845
        },
        {
            "start": 821038848,
            "stop": 821038892
        },
        {
            "start": 821038899,
            "stop": 821039224
        },
        {
            "start": 821039227,
            "stop": 821039516
        },
        {
            "start": 821039519,
            "stop": 821039666
        },
        {
            "start": 821039669,
            "stop": 821048318
        },
        {
            "start": 821048321,
            "stop": 821048526
        },
        {
            "start": 821048529,
            "stop": 821049213
        },
        {
            "start": 821049216,
            "stop": 821049836
        },
        {
            "start": 821049839,
            "stop": 821049932
        },
        {
            "start": 821049935,
            "stop": 821050052
        },
        {
            "start": 821050055,
            "stop": 821050586
        },
        {
            "start": 821050589,
            "stop": 821050906
        },
        {
            "start": 821050909,
            "stop": 821051291
        },
        {
            "start": 821051294,
            "stop": 821051595
        },
        {
            "start": 821051598,
            "stop": 821051767
        }
    ]
}