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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=284",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 285,
    "results": [
        {
            "start": 968380383,
            "stop": 968381070
        },
        {
            "start": 968383115,
            "stop": 968392635
        },
        {
            "start": 968394475,
            "stop": 968397935
        },
        {
            "start": 968399606,
            "stop": 968442004
        },
        {
            "start": 968442029,
            "stop": 968442040
        },
        {
            "start": 968442056,
            "stop": 968459007
        },
        {
            "start": 968463190,
            "stop": 968463869
        },
        {
            "start": 968469840,
            "stop": 968489384
        },
        {
            "start": 968490873,
            "stop": 968492265
        },
        {
            "start": 968495044,
            "stop": 968495148
        },
        {
            "start": 968507607,
            "stop": 968508653
        },
        {
            "start": 968559470,
            "stop": 968560541
        },
        {
            "start": 968564839,
            "stop": 968564854
        },
        {
            "start": 968564990,
            "stop": 968566330
        },
        {
            "start": 968569775,
            "stop": 968572350
        },
        {
            "start": 968576594,
            "stop": 968597514
        },
        {
            "start": 968605094,
            "stop": 968607501
        },
        {
            "start": 968609629,
            "stop": 968609826
        },
        {
            "start": 968613339,
            "stop": 968613991
        },
        {
            "start": 968616456,
            "stop": 968623885
        }
    ]
}