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=40555
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=40556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40554",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40555,
    "results": [
        {
            "start": 874832960,
            "stop": 874832963
        },
        {
            "start": 874832965,
            "stop": 874832994
        },
        {
            "start": 874832996,
            "stop": 874833010
        },
        {
            "start": 874833011,
            "stop": 874833093
        },
        {
            "start": 874833094,
            "stop": 874833119
        },
        {
            "start": 874833120,
            "stop": 874833135
        },
        {
            "start": 874833136,
            "stop": 874833188
        },
        {
            "start": 874833189,
            "stop": 874833263
        },
        {
            "start": 874833264,
            "stop": 874833314
        },
        {
            "start": 874833316,
            "stop": 874833361
        },
        {
            "start": 874833362,
            "stop": 874833449
        },
        {
            "start": 874833451,
            "stop": 874833455
        },
        {
            "start": 874833457,
            "stop": 874833678
        },
        {
            "start": 874833679,
            "stop": 874833682
        },
        {
            "start": 874833683,
            "stop": 874833697
        },
        {
            "start": 874833699,
            "stop": 874833705
        },
        {
            "start": 874833706,
            "stop": 874833715
        },
        {
            "start": 874833716,
            "stop": 874833782
        },
        {
            "start": 874833783,
            "stop": 874833787
        },
        {
            "start": 874833788,
            "stop": 874833831
        }
    ]
}