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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 129,
    "results": [
        {
            "start": 1126650606,
            "stop": 1126650825
        },
        {
            "start": 1126650827,
            "stop": 1126651212
        },
        {
            "start": 1126651214,
            "stop": 1126651582
        },
        {
            "start": 1126651583,
            "stop": 1126651917
        },
        {
            "start": 1126651918,
            "stop": 1126651985
        },
        {
            "start": 1126651986,
            "stop": 1126652394
        },
        {
            "start": 1126652395,
            "stop": 1126652779
        },
        {
            "start": 1126652781,
            "stop": 1126653179
        },
        {
            "start": 1126653180,
            "stop": 1126653357
        },
        {
            "start": 1126653364,
            "stop": 1126653546
        },
        {
            "start": 1126653548,
            "stop": 1126653945
        },
        {
            "start": 1126653947,
            "stop": 1126654245
        },
        {
            "start": 1126654247,
            "stop": 1126654309
        },
        {
            "start": 1126654310,
            "stop": 1126654534
        },
        {
            "start": 1126654535,
            "stop": 1126654684
        },
        {
            "start": 1126654686,
            "stop": 1126654957
        },
        {
            "start": 1126654959,
            "stop": 1126655093
        },
        {
            "start": 1126655095,
            "stop": 1126655782
        },
        {
            "start": 1126655784,
            "stop": 1126655830
        },
        {
            "start": 1126655831,
            "stop": 1126656021
        }
    ]
}