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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=377",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 378,
    "results": [
        {
            "start": 821505930,
            "stop": 821506035
        },
        {
            "start": 821506038,
            "stop": 821506041
        },
        {
            "start": 821506044,
            "stop": 821506046
        },
        {
            "start": 821506049,
            "stop": 821506096
        },
        {
            "start": 821506099,
            "stop": 821506223
        },
        {
            "start": 821506226,
            "stop": 821506293
        },
        {
            "start": 821506297,
            "stop": 821506304
        },
        {
            "start": 821506307,
            "stop": 821506342
        },
        {
            "start": 821506346,
            "stop": 821506363
        },
        {
            "start": 821506366,
            "stop": 821506405
        },
        {
            "start": 821506408,
            "stop": 821506516
        },
        {
            "start": 821506519,
            "stop": 821506522
        },
        {
            "start": 821506525,
            "stop": 821506674
        },
        {
            "start": 821506677,
            "stop": 821506692
        },
        {
            "start": 821506698,
            "stop": 821506726
        },
        {
            "start": 821506729,
            "stop": 821506920
        },
        {
            "start": 821506923,
            "stop": 821506986
        },
        {
            "start": 821506989,
            "stop": 821507071
        },
        {
            "start": 821507075,
            "stop": 821507128
        },
        {
            "start": 821507131,
            "stop": 821507156
        }
    ]
}