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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=304",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 305,
    "results": [
        {
            "start": 847647070,
            "stop": 847647087
        },
        {
            "start": 847647089,
            "stop": 847647325
        },
        {
            "start": 847647327,
            "stop": 847647384
        },
        {
            "start": 847647385,
            "stop": 847647533
        },
        {
            "start": 847647537,
            "stop": 847647565
        },
        {
            "start": 847647566,
            "stop": 847647591
        },
        {
            "start": 847647593,
            "stop": 847647630
        },
        {
            "start": 847647631,
            "stop": 847647703
        },
        {
            "start": 847647704,
            "stop": 847647755
        },
        {
            "start": 847647757,
            "stop": 847647803
        },
        {
            "start": 847647804,
            "stop": 847647853
        },
        {
            "start": 847647854,
            "stop": 847647981
        },
        {
            "start": 847647983,
            "stop": 847648014
        },
        {
            "start": 847648016,
            "stop": 847648018
        },
        {
            "start": 847648019,
            "stop": 847648066
        },
        {
            "start": 847648068,
            "stop": 847648123
        },
        {
            "start": 847648124,
            "stop": 847648236
        },
        {
            "start": 847648238,
            "stop": 847648288
        },
        {
            "start": 847648289,
            "stop": 847648290
        },
        {
            "start": 847648291,
            "stop": 847648482
        }
    ]
}