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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=209",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 210,
    "results": [
        {
            "start": 844128343,
            "stop": 844135784
        },
        {
            "start": 844136560,
            "stop": 844153422
        },
        {
            "start": 844153707,
            "stop": 844154053
        },
        {
            "start": 844154084,
            "stop": 844154086
        },
        {
            "start": 844154805,
            "stop": 844167963
        },
        {
            "start": 844169329,
            "stop": 844177075
        },
        {
            "start": 844178246,
            "stop": 844183753
        },
        {
            "start": 844183771,
            "stop": 844183773
        },
        {
            "start": 844186788,
            "stop": 844186789
        },
        {
            "start": 844186813,
            "stop": 844187353
        },
        {
            "start": 844187393,
            "stop": 844187395
        },
        {
            "start": 844189505,
            "stop": 844192153
        },
        {
            "start": 844192156,
            "stop": 844192157
        },
        {
            "start": 844192978,
            "stop": 844193628
        },
        {
            "start": 844195737,
            "stop": 844199113
        },
        {
            "start": 844199155,
            "stop": 844199157
        },
        {
            "start": 844199661,
            "stop": 844200189
        },
        {
            "start": 844200521,
            "stop": 844215363
        },
        {
            "start": 844215495,
            "stop": 844215613
        },
        {
            "start": 844215654,
            "stop": 844215655
        }
    ]
}