Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=72
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_H1L1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=71",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 72,
    "results": [
        {
            "start": 819671393,
            "stop": 819671453
        },
        {
            "start": 819675393,
            "stop": 819675453
        },
        {
            "start": 819682156,
            "stop": 819682276
        },
        {
            "start": 819684565,
            "stop": 819684625
        },
        {
            "start": 819694125,
            "stop": 819694185
        },
        {
            "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
        }
    ]
}