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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=353",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 354,
    "results": [
        {
            "start": 1240726114,
            "stop": 1240726137
        },
        {
            "start": 1240726139,
            "stop": 1240726156
        },
        {
            "start": 1240726157,
            "stop": 1240726204
        },
        {
            "start": 1240726205,
            "stop": 1240726244
        },
        {
            "start": 1240726245,
            "stop": 1240726377
        },
        {
            "start": 1240726379,
            "stop": 1240726687
        },
        {
            "start": 1240726688,
            "stop": 1240726713
        },
        {
            "start": 1240726716,
            "stop": 1240726742
        },
        {
            "start": 1240726744,
            "stop": 1240726745
        },
        {
            "start": 1240726746,
            "stop": 1240726797
        },
        {
            "start": 1240726798,
            "stop": 1240726812
        },
        {
            "start": 1240726813,
            "stop": 1240727068
        },
        {
            "start": 1240727069,
            "stop": 1240727262
        },
        {
            "start": 1240727263,
            "stop": 1240727451
        },
        {
            "start": 1240727452,
            "stop": 1240727651
        },
        {
            "start": 1240727652,
            "stop": 1240727680
        },
        {
            "start": 1240727681,
            "stop": 1240727814
        },
        {
            "start": 1240727816,
            "stop": 1240727822
        },
        {
            "start": 1240727823,
            "stop": 1240727924
        },
        {
            "start": 1240727925,
            "stop": 1240728105
        }
    ]
}