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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=76",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 77,
    "results": [
        {
            "start": 1374537497,
            "stop": 1374537725
        },
        {
            "start": 1374537730,
            "stop": 1374537823
        },
        {
            "start": 1374537826,
            "stop": 1374545550
        },
        {
            "start": 1374545555,
            "stop": 1374546764
        },
        {
            "start": 1374546769,
            "stop": 1374553447
        },
        {
            "start": 1374553450,
            "stop": 1374553639
        },
        {
            "start": 1374553642,
            "stop": 1374556085
        },
        {
            "start": 1374556095,
            "stop": 1374557312
        },
        {
            "start": 1374557317,
            "stop": 1374557865
        },
        {
            "start": 1374557870,
            "stop": 1374559594
        },
        {
            "start": 1374559597,
            "stop": 1374562804
        },
        {
            "start": 1374562807,
            "stop": 1374565361
        },
        {
            "start": 1374565366,
            "stop": 1374565821
        },
        {
            "start": 1374565826,
            "stop": 1374567711
        },
        {
            "start": 1374567716,
            "stop": 1374569816
        },
        {
            "start": 1374569821,
            "stop": 1374577960
        },
        {
            "start": 1374585485,
            "stop": 1374587266
        },
        {
            "start": 1374587271,
            "stop": 1374588420
        },
        {
            "start": 1374588425,
            "stop": 1374591953
        },
        {
            "start": 1374591958,
            "stop": 1374595034
        }
    ]
}