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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=339",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 340,
    "results": [
        {
            "start": 834336161,
            "stop": 834336341
        },
        {
            "start": 834336910,
            "stop": 834339970
        },
        {
            "start": 834340251,
            "stop": 834340551
        },
        {
            "start": 834340699,
            "stop": 834341839
        },
        {
            "start": 834341983,
            "stop": 834342283
        },
        {
            "start": 834342896,
            "stop": 834343016
        },
        {
            "start": 834343526,
            "stop": 834343826
        },
        {
            "start": 834343975,
            "stop": 834344335
        },
        {
            "start": 834344534,
            "stop": 834344774
        },
        {
            "start": 834344919,
            "stop": 834345639
        },
        {
            "start": 834345790,
            "stop": 834346030
        },
        {
            "start": 834348060,
            "stop": 834348300
        },
        {
            "start": 834348654,
            "stop": 834349314
        },
        {
            "start": 834349487,
            "stop": 834349607
        },
        {
            "start": 834354033,
            "stop": 834354813
        },
        {
            "start": 834355030,
            "stop": 834355270
        },
        {
            "start": 834355941,
            "stop": 834356481
        },
        {
            "start": 834356650,
            "stop": 834356830
        },
        {
            "start": 834356996,
            "stop": 834357236
        },
        {
            "start": 834357797,
            "stop": 834358157
        }
    ]
}