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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=323",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 324,
    "results": [
        {
            "start": 869601526,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604866
        },
        {
            "start": 869605303,
            "stop": 869613600
        },
        {
            "start": 869615351,
            "stop": 869616265
        },
        {
            "start": 869616938,
            "stop": 869617081
        },
        {
            "start": 869619199,
            "stop": 869648699
        },
        {
            "start": 869649019,
            "stop": 869661184
        },
        {
            "start": 869661294,
            "stop": 869661899
        },
        {
            "start": 869662199,
            "stop": 869667988
        },
        {
            "start": 869668288,
            "stop": 869720292
        },
        {
            "start": 869722360,
            "stop": 869724285
        },
        {
            "start": 869724585,
            "stop": 869773254
        },
        {
            "start": 869773546,
            "stop": 869773875
        },
        {
            "start": 869774175,
            "stop": 869775234
        },
        {
            "start": 869775344,
            "stop": 869776031
        },
        {
            "start": 869776331,
            "stop": 869776453
        },
        {
            "start": 869776820,
            "stop": 869777141
        },
        {
            "start": 869777251,
            "stop": 869777628
        },
        {
            "start": 869777928,
            "stop": 869821455
        },
        {
            "start": 869821457,
            "stop": 869831464
        }
    ]
}