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=7010
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=7011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7009",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7010,
    "results": [
        {
            "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": 873759221
        },
        {
            "start": 873759222,
            "stop": 873759333
        },
        {
            "start": 873759334,
            "stop": 873759399
        },
        {
            "start": 873760474,
            "stop": 873760593
        },
        {
            "start": 873760595,
            "stop": 873760762
        },
        {
            "start": 873760763,
            "stop": 873761073
        },
        {
            "start": 873761074,
            "stop": 873761372
        },
        {
            "start": 873761373,
            "stop": 873761419
        },
        {
            "start": 873761420,
            "stop": 873761502
        },
        {
            "start": 873761503,
            "stop": 873762103
        },
        {
            "start": 873762104,
            "stop": 873762228
        }
    ]
}