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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=247",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 248,
    "results": [
        {
            "start": 933284846,
            "stop": 933284858
        },
        {
            "start": 933284881,
            "stop": 933285040
        },
        {
            "start": 933285076,
            "stop": 933285136
        },
        {
            "start": 933285214,
            "stop": 933285638
        },
        {
            "start": 933285643,
            "stop": 933285751
        },
        {
            "start": 933285771,
            "stop": 933285897
        },
        {
            "start": 933285917,
            "stop": 933285999
        },
        {
            "start": 933286020,
            "stop": 933286067
        },
        {
            "start": 933286090,
            "stop": 933286340
        },
        {
            "start": 933286488,
            "stop": 933286586
        },
        {
            "start": 933286592,
            "stop": 933286730
        },
        {
            "start": 933286766,
            "stop": 933286872
        },
        {
            "start": 933287263,
            "stop": 933287278
        },
        {
            "start": 933287427,
            "stop": 933287434
        },
        {
            "start": 933287504,
            "stop": 933287506
        },
        {
            "start": 933287837,
            "stop": 933287897
        },
        {
            "start": 933287916,
            "stop": 933287971
        },
        {
            "start": 933287991,
            "stop": 933288054
        },
        {
            "start": 933288114,
            "stop": 933288246
        },
        {
            "start": 933288271,
            "stop": 933288281
        }
    ]
}