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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=108",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 109,
    "results": [
        {
            "start": 818062784,
            "stop": 818062796
        },
        {
            "start": 818062800,
            "stop": 818062803
        },
        {
            "start": 818062806,
            "stop": 818062807
        },
        {
            "start": 818062811,
            "stop": 818062819
        },
        {
            "start": 818062823,
            "stop": 818062827
        },
        {
            "start": 818062830,
            "stop": 818062845
        },
        {
            "start": 818062849,
            "stop": 818062850
        },
        {
            "start": 818062853,
            "stop": 818062855
        },
        {
            "start": 818062859,
            "stop": 818062860
        },
        {
            "start": 818062863,
            "stop": 818062874
        },
        {
            "start": 818062879,
            "stop": 818062887
        },
        {
            "start": 818062892,
            "stop": 818062898
        },
        {
            "start": 818062901,
            "stop": 818062908
        },
        {
            "start": 818062917,
            "stop": 818062924
        },
        {
            "start": 818062927,
            "stop": 818062930
        },
        {
            "start": 818062936,
            "stop": 818062941
        },
        {
            "start": 818062945,
            "stop": 818062951
        },
        {
            "start": 818062954,
            "stop": 818062964
        },
        {
            "start": 818062972,
            "stop": 818062973
        },
        {
            "start": 818062976,
            "stop": 818062982
        }
    ]
}