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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5662",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5663,
    "results": [
        {
            "start": 874543934,
            "stop": 874543951
        },
        {
            "start": 874543957,
            "stop": 874543965
        },
        {
            "start": 874543971,
            "stop": 874544072
        },
        {
            "start": 874544075,
            "stop": 874544076
        },
        {
            "start": 874544082,
            "stop": 874544093
        },
        {
            "start": 874544097,
            "stop": 874544098
        },
        {
            "start": 874544102,
            "stop": 874544108
        },
        {
            "start": 874544111,
            "stop": 874544118
        },
        {
            "start": 874544121,
            "stop": 874544128
        },
        {
            "start": 874544131,
            "stop": 874544174
        },
        {
            "start": 874544178,
            "stop": 874544288
        },
        {
            "start": 874544291,
            "stop": 874544312
        },
        {
            "start": 874544315,
            "stop": 874544422
        },
        {
            "start": 874544425,
            "stop": 874544440
        },
        {
            "start": 874544443,
            "stop": 874544448
        },
        {
            "start": 874544451,
            "stop": 874544509
        },
        {
            "start": 874544512,
            "stop": 874544568
        },
        {
            "start": 874544574,
            "stop": 874544575
        },
        {
            "start": 874544578,
            "stop": 874544613
        },
        {
            "start": 874544616,
            "stop": 874544691
        }
    ]
}