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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 120,
    "results": [
        {
            "start": 1239432995,
            "stop": 1239433654
        },
        {
            "start": 1239433657,
            "stop": 1239434009
        },
        {
            "start": 1239434017,
            "stop": 1239435641
        },
        {
            "start": 1239435644,
            "stop": 1239436189
        },
        {
            "start": 1239436190,
            "stop": 1239436667
        },
        {
            "start": 1239436669,
            "stop": 1239437305
        },
        {
            "start": 1239437307,
            "stop": 1239437397
        },
        {
            "start": 1239437398,
            "stop": 1239441460
        },
        {
            "start": 1239441463,
            "stop": 1239441629
        },
        {
            "start": 1239441632,
            "stop": 1239441639
        },
        {
            "start": 1239441640,
            "stop": 1239442295
        },
        {
            "start": 1239442297,
            "stop": 1239442443
        },
        {
            "start": 1239442446,
            "stop": 1239443078
        },
        {
            "start": 1239443080,
            "stop": 1239443324
        },
        {
            "start": 1239443325,
            "stop": 1239443699
        },
        {
            "start": 1239443702,
            "stop": 1239444534
        },
        {
            "start": 1239444537,
            "stop": 1239444572
        },
        {
            "start": 1239444575,
            "stop": 1239444585
        },
        {
            "start": 1239444588,
            "stop": 1239444819
        },
        {
            "start": 1239444821,
            "stop": 1239444999
        }
    ]
}