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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40621",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40622,
    "results": [
        {
            "start": 874898172,
            "stop": 874898233
        },
        {
            "start": 874898234,
            "stop": 874898245
        },
        {
            "start": 874898246,
            "stop": 874898258
        },
        {
            "start": 874898259,
            "stop": 874898340
        },
        {
            "start": 874898342,
            "stop": 874898362
        },
        {
            "start": 874898363,
            "stop": 874898401
        },
        {
            "start": 874898402,
            "stop": 874898409
        },
        {
            "start": 874898411,
            "stop": 874898479
        },
        {
            "start": 874898480,
            "stop": 874898627
        },
        {
            "start": 874898628,
            "stop": 874898630
        },
        {
            "start": 874898631,
            "stop": 874898646
        },
        {
            "start": 874898647,
            "stop": 874898699
        },
        {
            "start": 874898700,
            "stop": 874898736
        },
        {
            "start": 874898737,
            "stop": 874898825
        },
        {
            "start": 874898826,
            "stop": 874898833
        },
        {
            "start": 874898834,
            "stop": 874898866
        },
        {
            "start": 874898868,
            "stop": 874898991
        },
        {
            "start": 874898992,
            "stop": 874899130
        },
        {
            "start": 874899131,
            "stop": 874899198
        },
        {
            "start": 874899199,
            "stop": 874899264
        }
    ]
}