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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6453",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6454,
    "results": [
        {
            "start": 873956337,
            "stop": 873956504
        },
        {
            "start": 873956505,
            "stop": 873956891
        },
        {
            "start": 873956893,
            "stop": 873956938
        },
        {
            "start": 873956940,
            "stop": 873957868
        },
        {
            "start": 873957869,
            "stop": 873957956
        },
        {
            "start": 873957957,
            "stop": 873957977
        },
        {
            "start": 873957978,
            "stop": 873958199
        },
        {
            "start": 873958200,
            "stop": 873958410
        },
        {
            "start": 873958412,
            "stop": 873958520
        },
        {
            "start": 873958521,
            "stop": 873958528
        },
        {
            "start": 873958529,
            "stop": 873958830
        },
        {
            "start": 873959440,
            "stop": 873959593
        },
        {
            "start": 873959594,
            "stop": 873959616
        },
        {
            "start": 873959618,
            "stop": 873960149
        },
        {
            "start": 873960150,
            "stop": 873960327
        },
        {
            "start": 873960328,
            "stop": 873960435
        },
        {
            "start": 873960436,
            "stop": 873961067
        },
        {
            "start": 873961068,
            "stop": 873961125
        },
        {
            "start": 873961127,
            "stop": 873961406
        },
        {
            "start": 873961407,
            "stop": 873961413
        }
    ]
}