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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 134,
    "results": [
        {
            "start": 817902729,
            "stop": 817902827
        },
        {
            "start": 817902832,
            "stop": 817902840
        },
        {
            "start": 817902847,
            "stop": 817902848
        },
        {
            "start": 817902857,
            "stop": 817903446
        },
        {
            "start": 817903449,
            "stop": 817903555
        },
        {
            "start": 817903558,
            "stop": 817904641
        },
        {
            "start": 817904644,
            "stop": 817904985
        },
        {
            "start": 817904989,
            "stop": 817905027
        },
        {
            "start": 817905032,
            "stop": 817905479
        },
        {
            "start": 817905483,
            "stop": 817905484
        },
        {
            "start": 817905488,
            "stop": 817906091
        },
        {
            "start": 817906094,
            "stop": 817906131
        },
        {
            "start": 817906135,
            "stop": 817906161
        },
        {
            "start": 817906164,
            "stop": 817906286
        },
        {
            "start": 817906289,
            "stop": 817906452
        },
        {
            "start": 817906463,
            "stop": 817906467
        },
        {
            "start": 817906470,
            "stop": 817906620
        },
        {
            "start": 817906624,
            "stop": 817907602
        },
        {
            "start": 817907605,
            "stop": 817907796
        },
        {
            "start": 817907799,
            "stop": 817907958
        }
    ]
}