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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 67,
    "results": [
        {
            "start": 1238768685,
            "stop": 1238768686
        },
        {
            "start": 1238768689,
            "stop": 1238768701
        },
        {
            "start": 1238768702,
            "stop": 1238768722
        },
        {
            "start": 1238768724,
            "stop": 1238768757
        },
        {
            "start": 1238768760,
            "stop": 1238768761
        },
        {
            "start": 1238768762,
            "stop": 1238768764
        },
        {
            "start": 1238768767,
            "stop": 1238768776
        },
        {
            "start": 1238768778,
            "stop": 1238768779
        },
        {
            "start": 1238768781,
            "stop": 1238768782
        },
        {
            "start": 1238768785,
            "stop": 1238768789
        },
        {
            "start": 1238768792,
            "stop": 1238768793
        },
        {
            "start": 1238768796,
            "stop": 1238768797
        },
        {
            "start": 1238768798,
            "stop": 1238768858
        },
        {
            "start": 1238768861,
            "stop": 1238768865
        },
        {
            "start": 1238768870,
            "stop": 1238768872
        },
        {
            "start": 1238768873,
            "stop": 1238768892
        },
        {
            "start": 1238768894,
            "stop": 1238768899
        },
        {
            "start": 1238768900,
            "stop": 1238769699
        },
        {
            "start": 1238769701,
            "stop": 1238769704
        },
        {
            "start": 1238769705,
            "stop": 1238769709
        }
    ]
}