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=4825
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=4826",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4824",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4825,
    "results": [
        {
            "start": 971148261,
            "stop": 971148388
        },
        {
            "start": 971148417,
            "stop": 971148635
        },
        {
            "start": 971148638,
            "stop": 971148714
        },
        {
            "start": 971148717,
            "stop": 971148803
        },
        {
            "start": 971148806,
            "stop": 971148844
        },
        {
            "start": 971148847,
            "stop": 971149086
        },
        {
            "start": 971149089,
            "stop": 971149842
        },
        {
            "start": 971149845,
            "stop": 971149913
        },
        {
            "start": 971149916,
            "stop": 971150285
        },
        {
            "start": 971150289,
            "stop": 971150440
        },
        {
            "start": 971150443,
            "stop": 971150719
        },
        {
            "start": 971150722,
            "stop": 971151424
        },
        {
            "start": 971151427,
            "stop": 971152189
        },
        {
            "start": 971152192,
            "stop": 971152381
        },
        {
            "start": 971152384,
            "stop": 971152773
        },
        {
            "start": 971152776,
            "stop": 971152979
        },
        {
            "start": 971152982,
            "stop": 971153966
        },
        {
            "start": 971153969,
            "stop": 971154031
        },
        {
            "start": 971154034,
            "stop": 971154051
        },
        {
            "start": 971154054,
            "stop": 971154742
        }
    ]
}