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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=149",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 150,
    "results": [
        {
            "start": 831331598,
            "stop": 831331599
        },
        {
            "start": 831331993,
            "stop": 831344057
        },
        {
            "start": 831346305,
            "stop": 831355215
        },
        {
            "start": 831359269,
            "stop": 831412632
        },
        {
            "start": 831414401,
            "stop": 831419053
        },
        {
            "start": 831420044,
            "stop": 831420972
        },
        {
            "start": 831421857,
            "stop": 831439089
        },
        {
            "start": 831439352,
            "stop": 831454693
        },
        {
            "start": 831455608,
            "stop": 831465553
        },
        {
            "start": 831465602,
            "stop": 831465603
        },
        {
            "start": 831466808,
            "stop": 831475513
        },
        {
            "start": 831476751,
            "stop": 831484033
        },
        {
            "start": 831484040,
            "stop": 831484042
        },
        {
            "start": 831484314,
            "stop": 831495657
        },
        {
            "start": 831497293,
            "stop": 831498793
        },
        {
            "start": 831508799,
            "stop": 831508894
        },
        {
            "start": 831509198,
            "stop": 831510525
        },
        {
            "start": 831514361,
            "stop": 831520995
        },
        {
            "start": 831520998,
            "stop": 831521130
        },
        {
            "start": 831521134,
            "stop": 831521837
        }
    ]
}