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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=5",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 6,
    "results": [
        {
            "start": 1399091498,
            "stop": 1399091892
        },
        {
            "start": 1399092150,
            "stop": 1399092208
        },
        {
            "start": 1399093274,
            "stop": 1399094421
        },
        {
            "start": 1399097738,
            "stop": 1399125643
        },
        {
            "start": 1399150738,
            "stop": 1399160709
        },
        {
            "start": 1399163978,
            "stop": 1399163979
        },
        {
            "start": 1399163987,
            "stop": 1399193162
        },
        {
            "start": 1399208406,
            "stop": 1399217425
        },
        {
            "start": 1399258820,
            "stop": 1399266628
        },
        {
            "start": 1399266892,
            "stop": 1399267722
        },
        {
            "start": 1399267731,
            "stop": 1399269350
        },
        {
            "start": 1399269359,
            "stop": 1399270553
        },
        {
            "start": 1399270563,
            "stop": 1399270758
        },
        {
            "start": 1399270767,
            "stop": 1399272676
        },
        {
            "start": 1399272686,
            "stop": 1399272728
        },
        {
            "start": 1399273100,
            "stop": 1399279840
        },
        {
            "start": 1399279851,
            "stop": 1399282392
        },
        {
            "start": 1399282702,
            "stop": 1399282732
        },
        {
            "start": 1399282993,
            "stop": 1399283930
        },
        {
            "start": 1399284185,
            "stop": 1399285621
        }
    ]
}