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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40798",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40799,
    "results": [
        {
            "start": 875010228,
            "stop": 875010246
        },
        {
            "start": 875010247,
            "stop": 875010248
        },
        {
            "start": 875010249,
            "stop": 875010327
        },
        {
            "start": 875010328,
            "stop": 875010355
        },
        {
            "start": 875010356,
            "stop": 875010376
        },
        {
            "start": 875010377,
            "stop": 875010395
        },
        {
            "start": 875010396,
            "stop": 875010397
        },
        {
            "start": 875010398,
            "stop": 875010481
        },
        {
            "start": 875010483,
            "stop": 875010498
        },
        {
            "start": 875010499,
            "stop": 875010546
        },
        {
            "start": 875010547,
            "stop": 875010600
        },
        {
            "start": 875010601,
            "stop": 875010631
        },
        {
            "start": 875010633,
            "stop": 875010643
        },
        {
            "start": 875010644,
            "stop": 875010674
        },
        {
            "start": 875010675,
            "stop": 875010727
        },
        {
            "start": 875010728,
            "stop": 875010736
        },
        {
            "start": 875010737,
            "stop": 875010748
        },
        {
            "start": 875010750,
            "stop": 875010755
        },
        {
            "start": 875010756,
            "stop": 875010781
        },
        {
            "start": 875010782,
            "stop": 875010785
        }
    ]
}