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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 171,
    "results": [
        {
            "start": 1239841207,
            "stop": 1239841274
        },
        {
            "start": 1239841277,
            "stop": 1239841490
        },
        {
            "start": 1239841491,
            "stop": 1239841692
        },
        {
            "start": 1239841693,
            "stop": 1239841941
        },
        {
            "start": 1239841943,
            "stop": 1239842025
        },
        {
            "start": 1239842026,
            "stop": 1239842563
        },
        {
            "start": 1239842566,
            "stop": 1239842645
        },
        {
            "start": 1239842646,
            "stop": 1239842845
        },
        {
            "start": 1239842846,
            "stop": 1239843201
        },
        {
            "start": 1239843202,
            "stop": 1239843248
        },
        {
            "start": 1239843249,
            "stop": 1239843280
        },
        {
            "start": 1239843281,
            "stop": 1239843533
        },
        {
            "start": 1239843535,
            "stop": 1239843641
        },
        {
            "start": 1239843642,
            "stop": 1239843735
        },
        {
            "start": 1239843736,
            "stop": 1239843853
        },
        {
            "start": 1239843855,
            "stop": 1239844350
        },
        {
            "start": 1239844351,
            "stop": 1239844419
        },
        {
            "start": 1239844420,
            "stop": 1239844567
        },
        {
            "start": 1239844568,
            "stop": 1239844640
        },
        {
            "start": 1239844642,
            "stop": 1239844760
        }
    ]
}