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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6418",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6419,
    "results": [
        {
            "start": 873756035,
            "stop": 873756468
        },
        {
            "start": 873756469,
            "stop": 873756994
        },
        {
            "start": 873756995,
            "stop": 873757132
        },
        {
            "start": 873757133,
            "stop": 873757156
        },
        {
            "start": 873757157,
            "stop": 873757400
        },
        {
            "start": 873757401,
            "stop": 873757439
        },
        {
            "start": 873757442,
            "stop": 873757541
        },
        {
            "start": 873757542,
            "stop": 873757781
        },
        {
            "start": 873757782,
            "stop": 873757902
        },
        {
            "start": 873757904,
            "stop": 873758021
        },
        {
            "start": 873758022,
            "stop": 873758051
        },
        {
            "start": 873758052,
            "stop": 873758352
        },
        {
            "start": 873758353,
            "stop": 873758469
        },
        {
            "start": 873758470,
            "stop": 873758491
        },
        {
            "start": 873758493,
            "stop": 873758552
        },
        {
            "start": 873758553,
            "stop": 873758643
        },
        {
            "start": 873758644,
            "stop": 873759089
        },
        {
            "start": 873759733,
            "stop": 873759783
        },
        {
            "start": 873759784,
            "stop": 873759812
        },
        {
            "start": 873759813,
            "stop": 873759874
        }
    ]
}