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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=482",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 483,
    "results": [
        {
            "start": 866165522,
            "stop": 866165581
        },
        {
            "start": 866165583,
            "stop": 866165587
        },
        {
            "start": 866165588,
            "stop": 866165823
        },
        {
            "start": 866165933,
            "stop": 866166017
        },
        {
            "start": 866166318,
            "stop": 866166337
        },
        {
            "start": 866166338,
            "stop": 866166382
        },
        {
            "start": 866166840,
            "stop": 866166874
        },
        {
            "start": 866166877,
            "stop": 866167002
        },
        {
            "start": 866167003,
            "stop": 866167111
        },
        {
            "start": 866167114,
            "stop": 866167270
        },
        {
            "start": 866167273,
            "stop": 866167334
        },
        {
            "start": 866167337,
            "stop": 866167339
        },
        {
            "start": 866167342,
            "stop": 866167346
        },
        {
            "start": 866167646,
            "stop": 866167754
        },
        {
            "start": 866167757,
            "stop": 866167770
        },
        {
            "start": 866167773,
            "stop": 866167962
        },
        {
            "start": 866168072,
            "stop": 866168233
        },
        {
            "start": 866171147,
            "stop": 866171237
        },
        {
            "start": 866172028,
            "stop": 866172062
        },
        {
            "start": 866172063,
            "stop": 866172227
        }
    ]
}