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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6551",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6552,
    "results": [
        {
            "start": 874422076,
            "stop": 874422226
        },
        {
            "start": 874422227,
            "stop": 874422334
        },
        {
            "start": 874422335,
            "stop": 874422338
        },
        {
            "start": 874422339,
            "stop": 874422401
        },
        {
            "start": 874422402,
            "stop": 874422543
        },
        {
            "start": 874422544,
            "stop": 874422644
        },
        {
            "start": 874422645,
            "stop": 874423158
        },
        {
            "start": 874423159,
            "stop": 874423249
        },
        {
            "start": 874423250,
            "stop": 874423352
        },
        {
            "start": 874423353,
            "stop": 874423437
        },
        {
            "start": 874423439,
            "stop": 874423453
        },
        {
            "start": 874423457,
            "stop": 874423664
        },
        {
            "start": 874423667,
            "stop": 874423757
        },
        {
            "start": 874423758,
            "stop": 874423873
        },
        {
            "start": 874423874,
            "stop": 874423954
        },
        {
            "start": 874423956,
            "stop": 874424024
        },
        {
            "start": 874424025,
            "stop": 874424558
        },
        {
            "start": 874424559,
            "stop": 874424578
        },
        {
            "start": 874424579,
            "stop": 874424703
        },
        {
            "start": 874424704,
            "stop": 874424970
        }
    ]
}