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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=456",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 457,
    "results": [
        {
            "start": 821777971,
            "stop": 821777973
        },
        {
            "start": 821777976,
            "stop": 821777987
        },
        {
            "start": 821777993,
            "stop": 821777994
        },
        {
            "start": 821777997,
            "stop": 821777998
        },
        {
            "start": 821778010,
            "stop": 821778012
        },
        {
            "start": 821778020,
            "stop": 821778022
        },
        {
            "start": 821778028,
            "stop": 821778029
        },
        {
            "start": 821778033,
            "stop": 821778034
        },
        {
            "start": 821778037,
            "stop": 821778039
        },
        {
            "start": 821778052,
            "stop": 821778063
        },
        {
            "start": 821778066,
            "stop": 821778070
        },
        {
            "start": 821778073,
            "stop": 821778074
        },
        {
            "start": 821778077,
            "stop": 821778079
        },
        {
            "start": 821778085,
            "stop": 821778092
        },
        {
            "start": 821778097,
            "stop": 821778098
        },
        {
            "start": 821778109,
            "stop": 821778110
        },
        {
            "start": 821778113,
            "stop": 821778119
        },
        {
            "start": 821778123,
            "stop": 821778131
        },
        {
            "start": 821778140,
            "stop": 821778143
        },
        {
            "start": 821778151,
            "stop": 821778156
        }
    ]
}