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=40623
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=40624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40622",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40623,
    "results": [
        {
            "start": 874899265,
            "stop": 874899301
        },
        {
            "start": 874899302,
            "stop": 874899341
        },
        {
            "start": 874899342,
            "stop": 874899388
        },
        {
            "start": 874899389,
            "stop": 874899413
        },
        {
            "start": 874899414,
            "stop": 874899494
        },
        {
            "start": 874899495,
            "stop": 874899529
        },
        {
            "start": 874899531,
            "stop": 874899543
        },
        {
            "start": 874899544,
            "stop": 874899570
        },
        {
            "start": 874899572,
            "stop": 874899638
        },
        {
            "start": 874899641,
            "stop": 874899720
        },
        {
            "start": 874899722,
            "stop": 874899727
        },
        {
            "start": 874899728,
            "stop": 874899777
        },
        {
            "start": 874899778,
            "stop": 874899804
        },
        {
            "start": 874899806,
            "stop": 874899819
        },
        {
            "start": 874899820,
            "stop": 874899843
        },
        {
            "start": 874899844,
            "stop": 874899940
        },
        {
            "start": 874899941,
            "stop": 874899974
        },
        {
            "start": 874899975,
            "stop": 874899976
        },
        {
            "start": 874899977,
            "stop": 874900164
        },
        {
            "start": 874900165,
            "stop": 874900186
        }
    ]
}