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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 21,
    "results": [
        {
            "start": 1369687784,
            "stop": 1369687893
        },
        {
            "start": 1369687896,
            "stop": 1369687974
        },
        {
            "start": 1369687979,
            "stop": 1369687992
        },
        {
            "start": 1369687997,
            "stop": 1369688850
        },
        {
            "start": 1369688853,
            "stop": 1369689443
        },
        {
            "start": 1369689448,
            "stop": 1369695845
        },
        {
            "start": 1369695850,
            "stop": 1369699769
        },
        {
            "start": 1369699774,
            "stop": 1369699886
        },
        {
            "start": 1369699891,
            "stop": 1369701839
        },
        {
            "start": 1369701844,
            "stop": 1369708359
        },
        {
            "start": 1369708364,
            "stop": 1369709523
        },
        {
            "start": 1369709528,
            "stop": 1369713492
        },
        {
            "start": 1369713497,
            "stop": 1369715647
        },
        {
            "start": 1369715652,
            "stop": 1369717050
        },
        {
            "start": 1369717388,
            "stop": 1369717568
        },
        {
            "start": 1369717573,
            "stop": 1369724290
        },
        {
            "start": 1369729650,
            "stop": 1369729856
        },
        {
            "start": 1369729861,
            "stop": 1369731495
        },
        {
            "start": 1369765810,
            "stop": 1369771565
        },
        {
            "start": 1369771570,
            "stop": 1369771903
        }
    ]
}