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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=124",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 125,
    "results": [
        {
            "start": 1135042569,
            "stop": 1135042591
        },
        {
            "start": 1135042594,
            "stop": 1135042682
        },
        {
            "start": 1135042686,
            "stop": 1135042786
        },
        {
            "start": 1135042789,
            "stop": 1135042997
        },
        {
            "start": 1135043000,
            "stop": 1135043075
        },
        {
            "start": 1135043078,
            "stop": 1135043166
        },
        {
            "start": 1135043169,
            "stop": 1135043288
        },
        {
            "start": 1135043291,
            "stop": 1135043400
        },
        {
            "start": 1135043403,
            "stop": 1135043480
        },
        {
            "start": 1135043483,
            "stop": 1135043552
        },
        {
            "start": 1135043555,
            "stop": 1135043651
        },
        {
            "start": 1135043654,
            "stop": 1135043740
        },
        {
            "start": 1135043743,
            "stop": 1135043765
        },
        {
            "start": 1135043768,
            "stop": 1135043792
        },
        {
            "start": 1135043795,
            "stop": 1135043810
        },
        {
            "start": 1135043813,
            "stop": 1135043824
        },
        {
            "start": 1135043827,
            "stop": 1135043846
        },
        {
            "start": 1135043849,
            "stop": 1135043860
        },
        {
            "start": 1135043863,
            "stop": 1135043911
        },
        {
            "start": 1135043914,
            "stop": 1135043976
        }
    ]
}