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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=403",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 404,
    "results": [
        {
            "start": 825963895,
            "stop": 825963939
        },
        {
            "start": 825963942,
            "stop": 825963984
        },
        {
            "start": 825963988,
            "stop": 825964062
        },
        {
            "start": 825964066,
            "stop": 825964525
        },
        {
            "start": 825964529,
            "stop": 825964871
        },
        {
            "start": 825964875,
            "stop": 825964947
        },
        {
            "start": 825964950,
            "stop": 825965294
        },
        {
            "start": 825965297,
            "stop": 825965458
        },
        {
            "start": 825965461,
            "stop": 825965549
        },
        {
            "start": 825965553,
            "stop": 825965584
        },
        {
            "start": 825965587,
            "stop": 825965597
        },
        {
            "start": 825965601,
            "stop": 825965783
        },
        {
            "start": 825965787,
            "stop": 825965882
        },
        {
            "start": 825966228,
            "stop": 825966436
        },
        {
            "start": 825966439,
            "stop": 825966460
        },
        {
            "start": 825966464,
            "stop": 825966494
        },
        {
            "start": 825966497,
            "stop": 825966588
        },
        {
            "start": 825966593,
            "stop": 825966656
        },
        {
            "start": 825966660,
            "stop": 825966673
        },
        {
            "start": 825967025,
            "stop": 825967382
        }
    ]
}