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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=244",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 245,
    "results": [
        {
            "start": 818222875,
            "stop": 818222876
        },
        {
            "start": 818222883,
            "stop": 818222885
        },
        {
            "start": 818222888,
            "stop": 818222891
        },
        {
            "start": 818222894,
            "stop": 818222895
        },
        {
            "start": 818222898,
            "stop": 818222903
        },
        {
            "start": 818222910,
            "stop": 818222912
        },
        {
            "start": 818222915,
            "stop": 818222926
        },
        {
            "start": 818222934,
            "stop": 818222937
        },
        {
            "start": 818222945,
            "stop": 818222947
        },
        {
            "start": 818222950,
            "stop": 818222953
        },
        {
            "start": 818222957,
            "stop": 818222958
        },
        {
            "start": 818222961,
            "stop": 818222962
        },
        {
            "start": 818222976,
            "stop": 818222980
        },
        {
            "start": 818222990,
            "stop": 818223008
        },
        {
            "start": 818223016,
            "stop": 818223017
        },
        {
            "start": 818223041,
            "stop": 818223047
        },
        {
            "start": 818223050,
            "stop": 818223060
        },
        {
            "start": 818223065,
            "stop": 818223066
        },
        {
            "start": 818223070,
            "stop": 818223074
        },
        {
            "start": 818223077,
            "stop": 818223079
        }
    ]
}