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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=27",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 28,
    "results": [
        {
            "start": 816659228,
            "stop": 816659435
        },
        {
            "start": 816659438,
            "stop": 816659595
        },
        {
            "start": 816659598,
            "stop": 816660181
        },
        {
            "start": 816660184,
            "stop": 816660341
        },
        {
            "start": 816660347,
            "stop": 816660469
        },
        {
            "start": 816660472,
            "stop": 816660928
        },
        {
            "start": 816660935,
            "stop": 816661013
        },
        {
            "start": 816661016,
            "stop": 816661644
        },
        {
            "start": 816661650,
            "stop": 816661798
        },
        {
            "start": 816661801,
            "stop": 816661872
        },
        {
            "start": 816661875,
            "stop": 816662199
        },
        {
            "start": 816662202,
            "stop": 816662278
        },
        {
            "start": 816662281,
            "stop": 816662292
        },
        {
            "start": 816662295,
            "stop": 816662309
        },
        {
            "start": 816662312,
            "stop": 816662323
        },
        {
            "start": 816662326,
            "stop": 816662516
        },
        {
            "start": 816662519,
            "stop": 816662553
        },
        {
            "start": 816662557,
            "stop": 816662797
        },
        {
            "start": 816662809,
            "stop": 816662815
        },
        {
            "start": 816663559,
            "stop": 816664205
        }
    ]
}