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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=76",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 77,
    "results": [
        {
            "start": 819695819,
            "stop": 819695879
        },
        {
            "start": 819701704,
            "stop": 819701824
        },
        {
            "start": 819703523,
            "stop": 819703583
        },
        {
            "start": 819704890,
            "stop": 819705010
        },
        {
            "start": 819705207,
            "stop": 819705327
        },
        {
            "start": 819708108,
            "stop": 819708168
        },
        {
            "start": 819708327,
            "stop": 819708507
        },
        {
            "start": 819709767,
            "stop": 819709887
        },
        {
            "start": 819710779,
            "stop": 819710839
        },
        {
            "start": 819712137,
            "stop": 819712197
        },
        {
            "start": 819716213,
            "stop": 819716273
        },
        {
            "start": 819720652,
            "stop": 819720772
        },
        {
            "start": 819722379,
            "stop": 819722529
        },
        {
            "start": 819722891,
            "stop": 819722951
        },
        {
            "start": 819724843,
            "stop": 819724903
        },
        {
            "start": 819764350,
            "stop": 819764410
        },
        {
            "start": 819796914,
            "stop": 819796974
        },
        {
            "start": 819850109,
            "stop": 819850349
        },
        {
            "start": 819850533,
            "stop": 819850593
        },
        {
            "start": 819852196,
            "stop": 819852256
        }
    ]
}