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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 197,
    "results": [
        {
            "start": 1374962296,
            "stop": 1374969747
        },
        {
            "start": 1374971607,
            "stop": 1374971759
        },
        {
            "start": 1374971761,
            "stop": 1374972492
        },
        {
            "start": 1374972494,
            "stop": 1374974674
        },
        {
            "start": 1374974676,
            "stop": 1374975579
        },
        {
            "start": 1374975581,
            "stop": 1374976515
        },
        {
            "start": 1374976517,
            "stop": 1374977885
        },
        {
            "start": 1374977888,
            "stop": 1374978597
        },
        {
            "start": 1374978602,
            "stop": 1374985029
        },
        {
            "start": 1374985031,
            "stop": 1374985884
        },
        {
            "start": 1374985886,
            "stop": 1374986835
        },
        {
            "start": 1374986837,
            "stop": 1374987766
        },
        {
            "start": 1374987768,
            "stop": 1374988852
        },
        {
            "start": 1374988854,
            "stop": 1374989758
        },
        {
            "start": 1374989760,
            "stop": 1374990824
        },
        {
            "start": 1374990826,
            "stop": 1374993016
        },
        {
            "start": 1374993018,
            "stop": 1374995111
        },
        {
            "start": 1374995113,
            "stop": 1374995820
        },
        {
            "start": 1374995823,
            "stop": 1374998621
        },
        {
            "start": 1374998623,
            "stop": 1375000911
        }
    ]
}