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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=164",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 165,
    "results": [
        {
            "start": 834972699,
            "stop": 834972716
        },
        {
            "start": 834972718,
            "stop": 834983653
        },
        {
            "start": 834983663,
            "stop": 834983666
        },
        {
            "start": 834983713,
            "stop": 834985753
        },
        {
            "start": 834985755,
            "stop": 834985758
        },
        {
            "start": 834995653,
            "stop": 835005668
        },
        {
            "start": 835006813,
            "stop": 835009119
        },
        {
            "start": 835010593,
            "stop": 835020073
        },
        {
            "start": 835020087,
            "stop": 835020089
        },
        {
            "start": 835021513,
            "stop": 835025095
        },
        {
            "start": 835025097,
            "stop": 835029478
        },
        {
            "start": 835029480,
            "stop": 835032324
        },
        {
            "start": 835032325,
            "stop": 835039443
        },
        {
            "start": 835504589,
            "stop": 835505922
        },
        {
            "start": 835507211,
            "stop": 835508593
        },
        {
            "start": 835509564,
            "stop": 835517050
        },
        {
            "start": 835517051,
            "stop": 835517073
        },
        {
            "start": 835520107,
            "stop": 835524522
        },
        {
            "start": 835524523,
            "stop": 835545175
        },
        {
            "start": 835545285,
            "stop": 835546131
        }
    ]
}