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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1039",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1040,
    "results": [
        {
            "start": 872459568,
            "stop": 872459808
        },
        {
            "start": 872459969,
            "stop": 872460089
        },
        {
            "start": 872460413,
            "stop": 872460473
        },
        {
            "start": 872460729,
            "stop": 872461029
        },
        {
            "start": 872461503,
            "stop": 872461623
        },
        {
            "start": 872463593,
            "stop": 872463773
        },
        {
            "start": 872464285,
            "stop": 872464405
        },
        {
            "start": 872464536,
            "stop": 872464836
        },
        {
            "start": 872466471,
            "stop": 872467431
        },
        {
            "start": 872467691,
            "stop": 872468051
        },
        {
            "start": 872468331,
            "stop": 872468691
        },
        {
            "start": 872468835,
            "stop": 872469375
        },
        {
            "start": 872469405,
            "stop": 872469465
        },
        {
            "start": 872469625,
            "stop": 872469685
        },
        {
            "start": 872470371,
            "stop": 872470491
        },
        {
            "start": 872471266,
            "stop": 872471806
        },
        {
            "start": 872471953,
            "stop": 872472193
        },
        {
            "start": 872473174,
            "stop": 872473294
        },
        {
            "start": 872473499,
            "stop": 872473619
        },
        {
            "start": 872473761,
            "stop": 872474001
        }
    ]
}