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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 31,
    "results": [
        {
            "start": 1169209600,
            "stop": 1169215710
        },
        {
            "start": 1169215715,
            "stop": 1169226034
        },
        {
            "start": 1169229744,
            "stop": 1169230412
        },
        {
            "start": 1169232699,
            "stop": 1169236699
        },
        {
            "start": 1169236702,
            "stop": 1169239142
        },
        {
            "start": 1169239146,
            "stop": 1169239473
        },
        {
            "start": 1169239476,
            "stop": 1169245324
        },
        {
            "start": 1169245328,
            "stop": 1169247957
        },
        {
            "start": 1169247960,
            "stop": 1169252236
        },
        {
            "start": 1169252239,
            "stop": 1169252918
        },
        {
            "start": 1169252921,
            "stop": 1169255104
        },
        {
            "start": 1169255107,
            "stop": 1169258103
        },
        {
            "start": 1169258106,
            "stop": 1169258236
        },
        {
            "start": 1169258239,
            "stop": 1169262499
        },
        {
            "start": 1169262502,
            "stop": 1169267601
        },
        {
            "start": 1169267604,
            "stop": 1169268255
        },
        {
            "start": 1169268259,
            "stop": 1169270275
        },
        {
            "start": 1169270278,
            "stop": 1169271419
        },
        {
            "start": 1169271422,
            "stop": 1169272948
        },
        {
            "start": 1169275988,
            "stop": 1169288484
        }
    ]
}