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=507
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=508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=506",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 507,
    "results": [
        {
            "start": 865951464,
            "stop": 865952331
        },
        {
            "start": 865953654,
            "stop": 865958013
        },
        {
            "start": 865960134,
            "stop": 865961581
        },
        {
            "start": 865961582,
            "stop": 865963045
        },
        {
            "start": 866077758,
            "stop": 866077904
        },
        {
            "start": 866077906,
            "stop": 866078839
        },
        {
            "start": 866078840,
            "stop": 866078861
        },
        {
            "start": 866078863,
            "stop": 866095510
        },
        {
            "start": 866095512,
            "stop": 866096415
        },
        {
            "start": 866096417,
            "stop": 866098533
        },
        {
            "start": 866099634,
            "stop": 866105055
        },
        {
            "start": 866105485,
            "stop": 866120231
        },
        {
            "start": 866120890,
            "stop": 866132953
        },
        {
            "start": 866133082,
            "stop": 866144577
        },
        {
            "start": 866144971,
            "stop": 866145482
        },
        {
            "start": 866145483,
            "stop": 866149629
        },
        {
            "start": 866149631,
            "stop": 866175784
        },
        {
            "start": 866175786,
            "stop": 866184604
        },
        {
            "start": 866192605,
            "stop": 866205892
        },
        {
            "start": 866207797,
            "stop": 866207970
        }
    ]
}