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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 287,
    "results": [
        {
            "start": 1240350237,
            "stop": 1240350241
        },
        {
            "start": 1240350242,
            "stop": 1240350256
        },
        {
            "start": 1240350257,
            "stop": 1240350260
        },
        {
            "start": 1240350261,
            "stop": 1240350305
        },
        {
            "start": 1240350307,
            "stop": 1240350309
        },
        {
            "start": 1240350311,
            "stop": 1240350344
        },
        {
            "start": 1240350345,
            "stop": 1240350353
        },
        {
            "start": 1240350354,
            "stop": 1240350371
        },
        {
            "start": 1240350372,
            "stop": 1240350788
        },
        {
            "start": 1240350789,
            "stop": 1240350804
        },
        {
            "start": 1240350805,
            "stop": 1240350811
        },
        {
            "start": 1240350814,
            "stop": 1240350820
        },
        {
            "start": 1240350822,
            "stop": 1240350863
        },
        {
            "start": 1240350864,
            "stop": 1240350912
        },
        {
            "start": 1240350913,
            "stop": 1240350918
        },
        {
            "start": 1240350919,
            "stop": 1240350932
        },
        {
            "start": 1240350933,
            "stop": 1240350938
        },
        {
            "start": 1240350939,
            "stop": 1240350991
        },
        {
            "start": 1240350992,
            "stop": 1240350996
        },
        {
            "start": 1240350997,
            "stop": 1240351000
        }
    ]
}