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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5756",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5757,
    "results": [
        {
            "start": 874633255,
            "stop": 874633324
        },
        {
            "start": 874633327,
            "stop": 874633393
        },
        {
            "start": 874633396,
            "stop": 874633406
        },
        {
            "start": 874633409,
            "stop": 874633436
        },
        {
            "start": 874633439,
            "stop": 874633453
        },
        {
            "start": 874633456,
            "stop": 874633463
        },
        {
            "start": 874633466,
            "stop": 874633488
        },
        {
            "start": 874633491,
            "stop": 874633631
        },
        {
            "start": 874633635,
            "stop": 874633638
        },
        {
            "start": 874633641,
            "stop": 874633704
        },
        {
            "start": 874633707,
            "stop": 874633755
        },
        {
            "start": 874633758,
            "stop": 874633830
        },
        {
            "start": 874633833,
            "stop": 874633835
        },
        {
            "start": 874633838,
            "stop": 874633886
        },
        {
            "start": 874633889,
            "stop": 874633896
        },
        {
            "start": 874633900,
            "stop": 874633903
        },
        {
            "start": 874633907,
            "stop": 874634106
        },
        {
            "start": 874634109,
            "stop": 874634141
        },
        {
            "start": 874634145,
            "stop": 874634151
        },
        {
            "start": 874634158,
            "stop": 874634172
        }
    ]
}