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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=408",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 409,
    "results": [
        {
            "start": 860165505,
            "stop": 860165731
        },
        {
            "start": 860165733,
            "stop": 860165737
        },
        {
            "start": 860165739,
            "stop": 860165765
        },
        {
            "start": 860165767,
            "stop": 860165768
        },
        {
            "start": 860165769,
            "stop": 860165774
        },
        {
            "start": 860165776,
            "stop": 860165778
        },
        {
            "start": 860165779,
            "stop": 860165780
        },
        {
            "start": 860165782,
            "stop": 860165789
        },
        {
            "start": 860165791,
            "stop": 860166283
        },
        {
            "start": 860166284,
            "stop": 860166336
        },
        {
            "start": 860166337,
            "stop": 860166415
        },
        {
            "start": 860166416,
            "stop": 860166855
        },
        {
            "start": 860166965,
            "stop": 860167143
        },
        {
            "start": 860167443,
            "stop": 860167862
        },
        {
            "start": 860167864,
            "stop": 860167882
        },
        {
            "start": 860167884,
            "stop": 860167893
        },
        {
            "start": 860167895,
            "stop": 860167897
        },
        {
            "start": 860167900,
            "stop": 860167901
        },
        {
            "start": 860167905,
            "stop": 860167906
        },
        {
            "start": 860167907,
            "stop": 860167954
        }
    ]
}