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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=800",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=798",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 799,
    "results": [
        {
            "start": 957727447,
            "stop": 957727942
        },
        {
            "start": 957728976,
            "stop": 957730341
        },
        {
            "start": 957730347,
            "stop": 957732832
        },
        {
            "start": 957732838,
            "stop": 957734163
        },
        {
            "start": 957763816,
            "stop": 957764100
        },
        {
            "start": 957764106,
            "stop": 957764118
        },
        {
            "start": 957764124,
            "stop": 957764291
        },
        {
            "start": 957764297,
            "stop": 957764359
        },
        {
            "start": 957764365,
            "stop": 957764674
        },
        {
            "start": 957764680,
            "stop": 957764893
        },
        {
            "start": 957764899,
            "stop": 957765078
        },
        {
            "start": 957765084,
            "stop": 957765345
        },
        {
            "start": 957765352,
            "stop": 957765394
        },
        {
            "start": 957765402,
            "stop": 957766487
        },
        {
            "start": 957766493,
            "stop": 957766595
        },
        {
            "start": 957766601,
            "stop": 957766874
        },
        {
            "start": 957766880,
            "stop": 957767296
        },
        {
            "start": 957767302,
            "stop": 957767582
        },
        {
            "start": 957767587,
            "stop": 957768132
        },
        {
            "start": 957768138,
            "stop": 957768157
        }
    ]
}