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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=104",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 105,
    "results": [
        {
            "start": 829890700,
            "stop": 829893887
        },
        {
            "start": 829896356,
            "stop": 829928574
        },
        {
            "start": 829935935,
            "stop": 829936013
        },
        {
            "start": 829937064,
            "stop": 829937768
        },
        {
            "start": 829938886,
            "stop": 829942100
        },
        {
            "start": 829943062,
            "stop": 829943489
        },
        {
            "start": 829944195,
            "stop": 829948685
        },
        {
            "start": 829951365,
            "stop": 829956049
        },
        {
            "start": 829959579,
            "stop": 829981584
        },
        {
            "start": 829984451,
            "stop": 830012454
        },
        {
            "start": 830040713,
            "stop": 830044037
        },
        {
            "start": 830045201,
            "stop": 830057178
        },
        {
            "start": 830057803,
            "stop": 830058121
        },
        {
            "start": 830059261,
            "stop": 830063003
        },
        {
            "start": 830064455,
            "stop": 830096354
        },
        {
            "start": 830098823,
            "stop": 830099387
        },
        {
            "start": 830099895,
            "stop": 830102867
        },
        {
            "start": 830102941,
            "stop": 830113106
        },
        {
            "start": 830115133,
            "stop": 830116195
        },
        {
            "start": 830117735,
            "stop": 830120694
        }
    ]
}