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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4674",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4672",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4673,
    "results": [
        {
            "start": 969796483,
            "stop": 969796509
        },
        {
            "start": 969796512,
            "stop": 969796555
        },
        {
            "start": 969796558,
            "stop": 969796663
        },
        {
            "start": 969796666,
            "stop": 969796798
        },
        {
            "start": 969796801,
            "stop": 969797160
        },
        {
            "start": 969797163,
            "stop": 969797173
        },
        {
            "start": 969797176,
            "stop": 969797396
        },
        {
            "start": 969797399,
            "stop": 969797426
        },
        {
            "start": 969797429,
            "stop": 969797496
        },
        {
            "start": 969797499,
            "stop": 969797519
        },
        {
            "start": 969797522,
            "stop": 969797556
        },
        {
            "start": 969797559,
            "stop": 969797756
        },
        {
            "start": 969797759,
            "stop": 969797889
        },
        {
            "start": 969797892,
            "stop": 969797939
        },
        {
            "start": 969797942,
            "stop": 969798127
        },
        {
            "start": 969798130,
            "stop": 969798263
        },
        {
            "start": 969798266,
            "stop": 969798327
        },
        {
            "start": 969798330,
            "stop": 969798384
        },
        {
            "start": 969798387,
            "stop": 969798395
        },
        {
            "start": 969798398,
            "stop": 969798507
        }
    ]
}