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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=407",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 408,
    "results": [
        {
            "start": 837796819,
            "stop": 837796939
        },
        {
            "start": 837797151,
            "stop": 837797241
        },
        {
            "start": 837797684,
            "stop": 837797804
        },
        {
            "start": 837798065,
            "stop": 837798725
        },
        {
            "start": 837799079,
            "stop": 837800459
        },
        {
            "start": 837800621,
            "stop": 837801161
        },
        {
            "start": 837801370,
            "stop": 837801550
        },
        {
            "start": 837803040,
            "stop": 837804480
        },
        {
            "start": 837804631,
            "stop": 837806041
        },
        {
            "start": 837806071,
            "stop": 837806311
        },
        {
            "start": 837806341,
            "stop": 837807811
        },
        {
            "start": 837807987,
            "stop": 837808737
        },
        {
            "start": 837809310,
            "stop": 837815130
        },
        {
            "start": 837815324,
            "stop": 837815384
        },
        {
            "start": 837816811,
            "stop": 837818581
        },
        {
            "start": 837818611,
            "stop": 837825151
        },
        {
            "start": 837825304,
            "stop": 837827164
        },
        {
            "start": 837828347,
            "stop": 837829367
        },
        {
            "start": 837829457,
            "stop": 837830447
        },
        {
            "start": 837830590,
            "stop": 837830830
        }
    ]
}