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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 15,
    "results": [
        {
            "start": 1398453618,
            "stop": 1398453860
        },
        {
            "start": 1398457566,
            "stop": 1398459833
        },
        {
            "start": 1398459836,
            "stop": 1398460589
        },
        {
            "start": 1398460593,
            "stop": 1398460706
        },
        {
            "start": 1398460707,
            "stop": 1398461891
        },
        {
            "start": 1398461896,
            "stop": 1398470982
        },
        {
            "start": 1398470984,
            "stop": 1398472835
        },
        {
            "start": 1398475678,
            "stop": 1398477478
        },
        {
            "start": 1398477480,
            "stop": 1398481805
        },
        {
            "start": 1398481806,
            "stop": 1398484623
        },
        {
            "start": 1398484628,
            "stop": 1398496090
        },
        {
            "start": 1398496094,
            "stop": 1398513704
        },
        {
            "start": 1398513707,
            "stop": 1398520939
        },
        {
            "start": 1398543456,
            "stop": 1398543970
        },
        {
            "start": 1398545737,
            "stop": 1398547056
        },
        {
            "start": 1398547137,
            "stop": 1398555595
        },
        {
            "start": 1398555596,
            "stop": 1398565072
        },
        {
            "start": 1398565075,
            "stop": 1398568278
        },
        {
            "start": 1398568283,
            "stop": 1398570534
        },
        {
            "start": 1398570536,
            "stop": 1398591050
        }
    ]
}