Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 4,
    "results": [
        {
            "start": 815902260,
            "stop": 815904913
        },
        {
            "start": 815904962,
            "stop": 815904963
        },
        {
            "start": 815912574,
            "stop": 815913187
        },
        {
            "start": 815916245,
            "stop": 815917030
        },
        {
            "start": 815917032,
            "stop": 815917033
        },
        {
            "start": 815917034,
            "stop": 815917035
        },
        {
            "start": 815927183,
            "stop": 815927353
        },
        {
            "start": 815928305,
            "stop": 815928363
        },
        {
            "start": 815931030,
            "stop": 815931056
        },
        {
            "start": 815962530,
            "stop": 815962812
        },
        {
            "start": 815963531,
            "stop": 815963893
        },
        {
            "start": 815964775,
            "stop": 815965319
        },
        {
            "start": 815965936,
            "stop": 815966106
        },
        {
            "start": 815966108,
            "stop": 815966713
        },
        {
            "start": 815966753,
            "stop": 815966755
        },
        {
            "start": 815966831,
            "stop": 815966839
        },
        {
            "start": 815970229,
            "stop": 815971693
        },
        {
            "start": 815971738,
            "stop": 815971741
        },
        {
            "start": 815971853,
            "stop": 815972893
        },
        {
            "start": 815974096,
            "stop": 815988424
        }
    ]
}