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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=258",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 259,
    "results": [
        {
            "start": 1240307212,
            "stop": 1240307278
        },
        {
            "start": 1240307279,
            "stop": 1240307400
        },
        {
            "start": 1240307403,
            "stop": 1240307560
        },
        {
            "start": 1240307561,
            "stop": 1240308241
        },
        {
            "start": 1240308243,
            "stop": 1240308385
        },
        {
            "start": 1240308386,
            "stop": 1240308517
        },
        {
            "start": 1240308519,
            "stop": 1240308895
        },
        {
            "start": 1240308896,
            "stop": 1240309673
        },
        {
            "start": 1240309674,
            "stop": 1240309866
        },
        {
            "start": 1240309867,
            "stop": 1240310175
        },
        {
            "start": 1240310176,
            "stop": 1240310330
        },
        {
            "start": 1240310332,
            "stop": 1240310506
        },
        {
            "start": 1240310507,
            "stop": 1240311518
        },
        {
            "start": 1240311520,
            "stop": 1240312436
        },
        {
            "start": 1240312439,
            "stop": 1240312625
        },
        {
            "start": 1240312626,
            "stop": 1240313012
        },
        {
            "start": 1240313013,
            "stop": 1240313332
        },
        {
            "start": 1240313335,
            "stop": 1240314508
        },
        {
            "start": 1240314510,
            "stop": 1240315507
        },
        {
            "start": 1240315508,
            "stop": 1240316092
        }
    ]
}