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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=151",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 152,
    "results": [
        {
            "start": 818077592,
            "stop": 818077596
        },
        {
            "start": 818077604,
            "stop": 818077610
        },
        {
            "start": 818077613,
            "stop": 818077615
        },
        {
            "start": 818077626,
            "stop": 818077628
        },
        {
            "start": 818077653,
            "stop": 818077662
        },
        {
            "start": 818077668,
            "stop": 818077671
        },
        {
            "start": 818077674,
            "stop": 818077676
        },
        {
            "start": 818077681,
            "stop": 818077683
        },
        {
            "start": 818077690,
            "stop": 818077693
        },
        {
            "start": 818077702,
            "stop": 818077703
        },
        {
            "start": 818077706,
            "stop": 818077712
        },
        {
            "start": 818077739,
            "stop": 818077740
        },
        {
            "start": 818077745,
            "stop": 818077752
        },
        {
            "start": 818077757,
            "stop": 818077763
        },
        {
            "start": 818077769,
            "stop": 818077771
        },
        {
            "start": 818077778,
            "stop": 818077779
        },
        {
            "start": 818077790,
            "stop": 818077791
        },
        {
            "start": 818077798,
            "stop": 818077800
        },
        {
            "start": 818077807,
            "stop": 818077811
        },
        {
            "start": 818077814,
            "stop": 818077816
        }
    ]
}