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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46831",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46832,
    "results": [
        {
            "start": 875133479,
            "stop": 875133483
        },
        {
            "start": 875133485,
            "stop": 875133491
        },
        {
            "start": 875133492,
            "stop": 875133505
        },
        {
            "start": 875133506,
            "stop": 875133510
        },
        {
            "start": 875133514,
            "stop": 875133522
        },
        {
            "start": 875133523,
            "stop": 875133545
        },
        {
            "start": 875133546,
            "stop": 875133560
        },
        {
            "start": 875133563,
            "stop": 875133566
        },
        {
            "start": 875133569,
            "stop": 875133575
        },
        {
            "start": 875133577,
            "stop": 875133578
        },
        {
            "start": 875133579,
            "stop": 875133582
        },
        {
            "start": 875133584,
            "stop": 875133589
        },
        {
            "start": 875133592,
            "stop": 875133604
        },
        {
            "start": 875133605,
            "stop": 875133611
        },
        {
            "start": 875133614,
            "stop": 875133628
        },
        {
            "start": 875133631,
            "stop": 875133633
        },
        {
            "start": 875133634,
            "stop": 875133681
        },
        {
            "start": 875133684,
            "stop": 875133692
        },
        {
            "start": 875133693,
            "stop": 875133698
        },
        {
            "start": 875133699,
            "stop": 875133718
        }
    ]
}