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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3619",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3617",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3618,
    "results": [
        {
            "start": 970473546,
            "stop": 970473562
        },
        {
            "start": 970473565,
            "stop": 970473573
        },
        {
            "start": 970473579,
            "stop": 970473599
        },
        {
            "start": 970473607,
            "stop": 970473622
        },
        {
            "start": 970473631,
            "stop": 970473632
        },
        {
            "start": 970473637,
            "stop": 970473649
        },
        {
            "start": 970473655,
            "stop": 970473660
        },
        {
            "start": 970473666,
            "stop": 970473676
        },
        {
            "start": 970473679,
            "stop": 970473701
        },
        {
            "start": 970473704,
            "stop": 970473705
        },
        {
            "start": 970473709,
            "stop": 970473711
        },
        {
            "start": 970473714,
            "stop": 970473734
        },
        {
            "start": 970473737,
            "stop": 970473745
        },
        {
            "start": 970473748,
            "stop": 970473751
        },
        {
            "start": 970473754,
            "stop": 970473770
        },
        {
            "start": 970473773,
            "stop": 970473779
        },
        {
            "start": 970473782,
            "stop": 970473822
        },
        {
            "start": 970473825,
            "stop": 970473858
        },
        {
            "start": 970473861,
            "stop": 970473867
        },
        {
            "start": 970473870,
            "stop": 970473871
        }
    ]
}