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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=64",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 65,
    "results": [
        {
            "start": 821242221,
            "stop": 821242285
        },
        {
            "start": 821242291,
            "stop": 821242391
        },
        {
            "start": 821242394,
            "stop": 821242484
        },
        {
            "start": 821242487,
            "stop": 821242511
        },
        {
            "start": 821242514,
            "stop": 821242537
        },
        {
            "start": 821242540,
            "stop": 821242547
        },
        {
            "start": 821242550,
            "stop": 821242628
        },
        {
            "start": 821242631,
            "stop": 821242729
        },
        {
            "start": 821242735,
            "stop": 821243056
        },
        {
            "start": 821243059,
            "stop": 821243132
        },
        {
            "start": 821243135,
            "stop": 821243197
        },
        {
            "start": 821243200,
            "stop": 821243235
        },
        {
            "start": 821243238,
            "stop": 821243350
        },
        {
            "start": 821243353,
            "stop": 821243471
        },
        {
            "start": 821243474,
            "stop": 821243476
        },
        {
            "start": 821243479,
            "stop": 821243593
        },
        {
            "start": 821243596,
            "stop": 821243779
        },
        {
            "start": 821243782,
            "stop": 821243790
        },
        {
            "start": 821243793,
            "stop": 821243814
        },
        {
            "start": 821243820,
            "stop": 821243827
        }
    ]
}