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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6925",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6926,
    "results": [
        {
            "start": 873706927,
            "stop": 873706953
        },
        {
            "start": 873706960,
            "stop": 873706970
        },
        {
            "start": 873706981,
            "stop": 873707005
        },
        {
            "start": 873707008,
            "stop": 873707067
        },
        {
            "start": 873707070,
            "stop": 873707112
        },
        {
            "start": 873707115,
            "stop": 873707170
        },
        {
            "start": 873707176,
            "stop": 873707244
        },
        {
            "start": 873707252,
            "stop": 873707258
        },
        {
            "start": 873707267,
            "stop": 873707316
        },
        {
            "start": 873707320,
            "stop": 873707428
        },
        {
            "start": 873707435,
            "stop": 873707462
        },
        {
            "start": 873707465,
            "stop": 873707658
        },
        {
            "start": 873707662,
            "stop": 873707698
        },
        {
            "start": 873707702,
            "stop": 873707774
        },
        {
            "start": 873707781,
            "stop": 873707839
        },
        {
            "start": 873707850,
            "stop": 873707872
        },
        {
            "start": 873707879,
            "stop": 873707880
        },
        {
            "start": 873711097,
            "stop": 873711119
        },
        {
            "start": 873711122,
            "stop": 873711124
        },
        {
            "start": 873711127,
            "stop": 873711231
        }
    ]
}