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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=170",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 171,
    "results": [
        {
            "start": 818161262,
            "stop": 818161274
        },
        {
            "start": 818167500,
            "stop": 818167503
        },
        {
            "start": 818167551,
            "stop": 818167553
        },
        {
            "start": 818167559,
            "stop": 818167560
        },
        {
            "start": 818167588,
            "stop": 818167589
        },
        {
            "start": 818167640,
            "stop": 818167641
        },
        {
            "start": 818167648,
            "stop": 818167649
        },
        {
            "start": 818167659,
            "stop": 818167663
        },
        {
            "start": 818167669,
            "stop": 818167670
        },
        {
            "start": 818167700,
            "stop": 818167703
        },
        {
            "start": 818167717,
            "stop": 818167718
        },
        {
            "start": 818167733,
            "stop": 818167734
        },
        {
            "start": 818167750,
            "stop": 818167751
        },
        {
            "start": 818167758,
            "stop": 818167759
        },
        {
            "start": 818167763,
            "stop": 818167769
        },
        {
            "start": 818167785,
            "stop": 818167788
        },
        {
            "start": 818167810,
            "stop": 818167815
        },
        {
            "start": 818167821,
            "stop": 818167823
        },
        {
            "start": 818167848,
            "stop": 818167866
        },
        {
            "start": 818167872,
            "stop": 818167874
        }
    ]
}