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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5664",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5665,
    "results": [
        {
            "start": 874545275,
            "stop": 874545290
        },
        {
            "start": 874545293,
            "stop": 874545376
        },
        {
            "start": 874545379,
            "stop": 874545384
        },
        {
            "start": 874545388,
            "stop": 874545396
        },
        {
            "start": 874545399,
            "stop": 874545456
        },
        {
            "start": 874545459,
            "stop": 874545467
        },
        {
            "start": 874545471,
            "stop": 874545533
        },
        {
            "start": 874545536,
            "stop": 874545649
        },
        {
            "start": 874545652,
            "stop": 874545688
        },
        {
            "start": 874545692,
            "stop": 874545723
        },
        {
            "start": 874545726,
            "stop": 874545827
        },
        {
            "start": 874545831,
            "stop": 874545832
        },
        {
            "start": 874545835,
            "stop": 874545850
        },
        {
            "start": 874545853,
            "stop": 874545887
        },
        {
            "start": 874545891,
            "stop": 874545913
        },
        {
            "start": 874545916,
            "stop": 874545917
        },
        {
            "start": 874545920,
            "stop": 874545936
        },
        {
            "start": 874545940,
            "stop": 874545952
        },
        {
            "start": 874545958,
            "stop": 874546003
        },
        {
            "start": 874546007,
            "stop": 874546059
        }
    ]
}