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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7023",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7024,
    "results": [
        {
            "start": 873816083,
            "stop": 873816258
        },
        {
            "start": 873816259,
            "stop": 873816591
        },
        {
            "start": 873816592,
            "stop": 873816967
        },
        {
            "start": 873816968,
            "stop": 873817308
        },
        {
            "start": 873817309,
            "stop": 873817476
        },
        {
            "start": 873817477,
            "stop": 873817838
        },
        {
            "start": 873817839,
            "stop": 873817948
        },
        {
            "start": 873817949,
            "stop": 873817964
        },
        {
            "start": 873817965,
            "stop": 873818201
        },
        {
            "start": 873818202,
            "stop": 873818268
        },
        {
            "start": 873818269,
            "stop": 873818497
        },
        {
            "start": 873818498,
            "stop": 873819104
        },
        {
            "start": 873819106,
            "stop": 873819505
        },
        {
            "start": 873819506,
            "stop": 873819561
        },
        {
            "start": 873819562,
            "stop": 873819624
        },
        {
            "start": 873819625,
            "stop": 873819661
        },
        {
            "start": 873819662,
            "stop": 873819830
        },
        {
            "start": 873819831,
            "stop": 873820178
        },
        {
            "start": 873820179,
            "stop": 873820542
        },
        {
            "start": 873820543,
            "stop": 873820627
        }
    ]
}