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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=448",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 449,
    "results": [
        {
            "start": 847824170,
            "stop": 847824178
        },
        {
            "start": 847824180,
            "stop": 847824191
        },
        {
            "start": 847824192,
            "stop": 847824209
        },
        {
            "start": 847824509,
            "stop": 847824524
        },
        {
            "start": 847824525,
            "stop": 847824539
        },
        {
            "start": 847824540,
            "stop": 847824552
        },
        {
            "start": 847824555,
            "stop": 847824560
        },
        {
            "start": 847824561,
            "stop": 847824603
        },
        {
            "start": 847824604,
            "stop": 847824648
        },
        {
            "start": 847824651,
            "stop": 847824723
        },
        {
            "start": 847824724,
            "stop": 847824825
        },
        {
            "start": 847824830,
            "stop": 847824867
        },
        {
            "start": 847824873,
            "stop": 847824893
        },
        {
            "start": 847824894,
            "stop": 847824936
        },
        {
            "start": 847824937,
            "stop": 847824940
        },
        {
            "start": 847824941,
            "stop": 847824987
        },
        {
            "start": 847824988,
            "stop": 847825053
        },
        {
            "start": 847825054,
            "stop": 847825064
        },
        {
            "start": 847825065,
            "stop": 847825105
        },
        {
            "start": 847825106,
            "stop": 847825107
        }
    ]
}