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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=142",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 143,
    "results": [
        {
            "start": 822324229,
            "stop": 822324349
        },
        {
            "start": 822324856,
            "stop": 822324916
        },
        {
            "start": 822347248,
            "stop": 822347308
        },
        {
            "start": 822347454,
            "stop": 822347514
        },
        {
            "start": 822351889,
            "stop": 822355549
        },
        {
            "start": 822355915,
            "stop": 822356095
        },
        {
            "start": 822356230,
            "stop": 822357670
        },
        {
            "start": 822358435,
            "stop": 822358975
        },
        {
            "start": 822359180,
            "stop": 822360080
        },
        {
            "start": 822360238,
            "stop": 822361378
        },
        {
            "start": 822361531,
            "stop": 822361831
        },
        {
            "start": 822361978,
            "stop": 822362758
        },
        {
            "start": 822362911,
            "stop": 822364231
        },
        {
            "start": 822364379,
            "stop": 822364679
        },
        {
            "start": 822364829,
            "stop": 822367079
        },
        {
            "start": 822367356,
            "stop": 822368676
        },
        {
            "start": 822368867,
            "stop": 822368987
        },
        {
            "start": 822369140,
            "stop": 822369500
        },
        {
            "start": 822369688,
            "stop": 822370708
        },
        {
            "start": 822370934,
            "stop": 822371174
        }
    ]
}