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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=198",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 199,
    "results": [
        {
            "start": 839105515,
            "stop": 839106960
        },
        {
            "start": 839106962,
            "stop": 839108729
        },
        {
            "start": 839108735,
            "stop": 839108751
        },
        {
            "start": 839108754,
            "stop": 839108760
        },
        {
            "start": 839108811,
            "stop": 839110767
        },
        {
            "start": 839110769,
            "stop": 839111138
        },
        {
            "start": 839111141,
            "stop": 839111144
        },
        {
            "start": 839111147,
            "stop": 839111158
        },
        {
            "start": 839111161,
            "stop": 839117398
        },
        {
            "start": 839117400,
            "stop": 839119560
        },
        {
            "start": 839119565,
            "stop": 839121414
        },
        {
            "start": 839123462,
            "stop": 839124853
        },
        {
            "start": 839126684,
            "stop": 839127454
        },
        {
            "start": 839129233,
            "stop": 839181024
        },
        {
            "start": 839181027,
            "stop": 839181043
        },
        {
            "start": 839181044,
            "stop": 839181045
        },
        {
            "start": 839181047,
            "stop": 839184447
        },
        {
            "start": 839184449,
            "stop": 839184613
        },
        {
            "start": 839187043,
            "stop": 839189065
        },
        {
            "start": 839189066,
            "stop": 839192911
        }
    ]
}