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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46675",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46676,
    "results": [
        {
            "start": 875041363,
            "stop": 875041366
        },
        {
            "start": 875041367,
            "stop": 875041383
        },
        {
            "start": 875041384,
            "stop": 875041409
        },
        {
            "start": 875041410,
            "stop": 875041432
        },
        {
            "start": 875041434,
            "stop": 875041452
        },
        {
            "start": 875041453,
            "stop": 875041471
        },
        {
            "start": 875041474,
            "stop": 875041482
        },
        {
            "start": 875041483,
            "stop": 875041497
        },
        {
            "start": 875041498,
            "stop": 875041525
        },
        {
            "start": 875041527,
            "stop": 875041535
        },
        {
            "start": 875041537,
            "stop": 875041553
        },
        {
            "start": 875041554,
            "stop": 875041568
        },
        {
            "start": 875041569,
            "stop": 875041573
        },
        {
            "start": 875041575,
            "stop": 875041600
        },
        {
            "start": 875042699,
            "stop": 875042720
        },
        {
            "start": 875042721,
            "stop": 875042754
        },
        {
            "start": 875042756,
            "stop": 875042766
        },
        {
            "start": 875042767,
            "stop": 875042800
        },
        {
            "start": 875042802,
            "stop": 875042867
        },
        {
            "start": 875042868,
            "stop": 875042869
        }
    ]
}