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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=120",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 121,
    "results": [
        {
            "start": 826372117,
            "stop": 826372290
        },
        {
            "start": 826372424,
            "stop": 826372759
        },
        {
            "start": 826372761,
            "stop": 826373229
        },
        {
            "start": 826373231,
            "stop": 826373248
        },
        {
            "start": 826373250,
            "stop": 826373254
        },
        {
            "start": 826373256,
            "stop": 826373378
        },
        {
            "start": 826373380,
            "stop": 826373400
        },
        {
            "start": 826373402,
            "stop": 826373585
        },
        {
            "start": 826373588,
            "stop": 826373626
        },
        {
            "start": 826373628,
            "stop": 826373629
        },
        {
            "start": 826373631,
            "stop": 826373753
        },
        {
            "start": 826373755,
            "stop": 826373829
        },
        {
            "start": 826373831,
            "stop": 826373938
        },
        {
            "start": 826374047,
            "stop": 826374174
        },
        {
            "start": 826374177,
            "stop": 826374247
        },
        {
            "start": 826374456,
            "stop": 826375643
        },
        {
            "start": 826375940,
            "stop": 826376016
        },
        {
            "start": 826376018,
            "stop": 826376021
        },
        {
            "start": 826376022,
            "stop": 826376031
        },
        {
            "start": 826411292,
            "stop": 826411483
        }
    ]
}