Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 168,
    "results": [
        {
            "start": 1383504948,
            "stop": 1383504956
        },
        {
            "start": 1383504961,
            "stop": 1383506060
        },
        {
            "start": 1383506064,
            "stop": 1383506260
        },
        {
            "start": 1383506265,
            "stop": 1383507783
        },
        {
            "start": 1383507788,
            "stop": 1383507886
        },
        {
            "start": 1383507891,
            "stop": 1383508832
        },
        {
            "start": 1383525566,
            "stop": 1383532040
        },
        {
            "start": 1383532045,
            "stop": 1383536147
        },
        {
            "start": 1383536150,
            "stop": 1383545527
        },
        {
            "start": 1383545532,
            "stop": 1383575270
        },
        {
            "start": 1383575273,
            "stop": 1383580900
        },
        {
            "start": 1383580903,
            "stop": 1383581315
        },
        {
            "start": 1383581320,
            "stop": 1383582467
        },
        {
            "start": 1383582471,
            "stop": 1383583307
        },
        {
            "start": 1383583312,
            "stop": 1383585270
        },
        {
            "start": 1383585275,
            "stop": 1383587316
        },
        {
            "start": 1383587320,
            "stop": 1383587370
        },
        {
            "start": 1383587375,
            "stop": 1383588154
        },
        {
            "start": 1383588371,
            "stop": 1383588738
        },
        {
            "start": 1383588743,
            "stop": 1383588794
        }
    ]
}