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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=394",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 395,
    "results": [
        {
            "start": 1182326816,
            "stop": 1182327110
        },
        {
            "start": 1182327113,
            "stop": 1182329145
        },
        {
            "start": 1182329146,
            "stop": 1182329551
        },
        {
            "start": 1182329554,
            "stop": 1182331889
        },
        {
            "start": 1182331890,
            "stop": 1182334210
        },
        {
            "start": 1182334211,
            "stop": 1182335193
        },
        {
            "start": 1182335194,
            "stop": 1182338467
        },
        {
            "start": 1182338468,
            "stop": 1182340561
        },
        {
            "start": 1182340562,
            "stop": 1182341875
        },
        {
            "start": 1182341878,
            "stop": 1182343577
        },
        {
            "start": 1182343578,
            "stop": 1182343949
        },
        {
            "start": 1182343950,
            "stop": 1182344306
        },
        {
            "start": 1182344307,
            "stop": 1182344515
        },
        {
            "start": 1182344519,
            "stop": 1182345796
        },
        {
            "start": 1182345799,
            "stop": 1182346567
        },
        {
            "start": 1182346568,
            "stop": 1182348068
        },
        {
            "start": 1182348072,
            "stop": 1182349979
        },
        {
            "start": 1182349980,
            "stop": 1182350971
        },
        {
            "start": 1182350972,
            "stop": 1182352986
        },
        {
            "start": 1182352989,
            "stop": 1182353791
        }
    ]
}