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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=314",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 315,
    "results": [
        {
            "start": 822886879,
            "stop": 822886980
        },
        {
            "start": 822886987,
            "stop": 822887533
        },
        {
            "start": 822887650,
            "stop": 822887778
        },
        {
            "start": 822887785,
            "stop": 822888101
        },
        {
            "start": 822888108,
            "stop": 822888171
        },
        {
            "start": 822888178,
            "stop": 822888282
        },
        {
            "start": 822888289,
            "stop": 822888292
        },
        {
            "start": 822888299,
            "stop": 822888527
        },
        {
            "start": 822888534,
            "stop": 822889730
        },
        {
            "start": 822889810,
            "stop": 822889813
        },
        {
            "start": 822889827,
            "stop": 822889832
        },
        {
            "start": 822889836,
            "stop": 822889851
        },
        {
            "start": 822889855,
            "stop": 822889866
        },
        {
            "start": 822893845,
            "stop": 822894752
        },
        {
            "start": 822894759,
            "stop": 822895390
        },
        {
            "start": 822895397,
            "stop": 822895477
        },
        {
            "start": 822895484,
            "stop": 822895895
        },
        {
            "start": 822895902,
            "stop": 822897164
        },
        {
            "start": 822897171,
            "stop": 822897335
        },
        {
            "start": 822897342,
            "stop": 822898023
        }
    ]
}