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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3453",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3454,
    "results": [
        {
            "start": 969867804,
            "stop": 969868882
        },
        {
            "start": 969868888,
            "stop": 969869007
        },
        {
            "start": 969869011,
            "stop": 969869071
        },
        {
            "start": 969869074,
            "stop": 969869456
        },
        {
            "start": 969869459,
            "stop": 969869504
        },
        {
            "start": 969869507,
            "stop": 969870746
        },
        {
            "start": 969870749,
            "stop": 969870961
        },
        {
            "start": 969870964,
            "stop": 969871240
        },
        {
            "start": 969871245,
            "stop": 969871247
        },
        {
            "start": 969871251,
            "stop": 969871268
        },
        {
            "start": 969871272,
            "stop": 969871320
        },
        {
            "start": 969872854,
            "stop": 969873311
        },
        {
            "start": 969873314,
            "stop": 969873823
        },
        {
            "start": 969873826,
            "stop": 969874137
        },
        {
            "start": 969874140,
            "stop": 969874158
        },
        {
            "start": 969874161,
            "stop": 969874170
        },
        {
            "start": 969874173,
            "stop": 969874853
        },
        {
            "start": 969874856,
            "stop": 969875087
        },
        {
            "start": 969875090,
            "stop": 969875621
        },
        {
            "start": 969875625,
            "stop": 969877113
        }
    ]
}