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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=195",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 196,
    "results": [
        {
            "start": 838742105,
            "stop": 838744061
        },
        {
            "start": 838744063,
            "stop": 838744082
        },
        {
            "start": 838744084,
            "stop": 838749398
        },
        {
            "start": 838749399,
            "stop": 838749400
        },
        {
            "start": 838749401,
            "stop": 838750876
        },
        {
            "start": 838750881,
            "stop": 838750883
        },
        {
            "start": 838750886,
            "stop": 838750893
        },
        {
            "start": 838750896,
            "stop": 838752285
        },
        {
            "start": 838753450,
            "stop": 838754821
        },
        {
            "start": 838754822,
            "stop": 838768976
        },
        {
            "start": 838768978,
            "stop": 838773827
        },
        {
            "start": 838773829,
            "stop": 838822604
        },
        {
            "start": 838826051,
            "stop": 838831514
        },
        {
            "start": 838832257,
            "stop": 838844113
        },
        {
            "start": 838845347,
            "stop": 838907488
        },
        {
            "start": 838907491,
            "stop": 838910809
        },
        {
            "start": 838910813,
            "stop": 838910822
        },
        {
            "start": 838910825,
            "stop": 838910827
        },
        {
            "start": 838910987,
            "stop": 838911681
        },
        {
            "start": 838912525,
            "stop": 838923817
        }
    ]
}