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=5828
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=5829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5827",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5828,
    "results": [
        {
            "start": 874717147,
            "stop": 874717315
        },
        {
            "start": 874717319,
            "stop": 874717337
        },
        {
            "start": 874717340,
            "stop": 874717394
        },
        {
            "start": 874717400,
            "stop": 874717453
        },
        {
            "start": 874717457,
            "stop": 874717460
        },
        {
            "start": 874717463,
            "stop": 874717607
        },
        {
            "start": 874717610,
            "stop": 874717697
        },
        {
            "start": 874717701,
            "stop": 874717823
        },
        {
            "start": 874717826,
            "stop": 874717847
        },
        {
            "start": 874717850,
            "stop": 874718027
        },
        {
            "start": 874718031,
            "stop": 874718083
        },
        {
            "start": 874718086,
            "stop": 874718124
        },
        {
            "start": 874718128,
            "stop": 874718305
        },
        {
            "start": 874718309,
            "stop": 874718369
        },
        {
            "start": 874718373,
            "stop": 874718400
        },
        {
            "start": 874718403,
            "stop": 874718442
        },
        {
            "start": 874718446,
            "stop": 874718480
        },
        {
            "start": 874718483,
            "stop": 874718525
        },
        {
            "start": 874718528,
            "stop": 874718556
        },
        {
            "start": 874718559,
            "stop": 874718560
        }
    ]
}