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=6516
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=6517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6515",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6516,
    "results": [
        {
            "start": 874259072,
            "stop": 874259243
        },
        {
            "start": 874259244,
            "stop": 874259344
        },
        {
            "start": 874259346,
            "stop": 874259551
        },
        {
            "start": 874259552,
            "stop": 874259611
        },
        {
            "start": 874259612,
            "stop": 874259706
        },
        {
            "start": 874259707,
            "stop": 874259773
        },
        {
            "start": 874259774,
            "stop": 874260031
        },
        {
            "start": 874260032,
            "stop": 874260036
        },
        {
            "start": 874260037,
            "stop": 874260089
        },
        {
            "start": 874260091,
            "stop": 874260423
        },
        {
            "start": 874260424,
            "stop": 874260563
        },
        {
            "start": 874260565,
            "stop": 874260637
        },
        {
            "start": 874260638,
            "stop": 874260976
        },
        {
            "start": 874260977,
            "stop": 874261244
        },
        {
            "start": 874261245,
            "stop": 874261608
        },
        {
            "start": 874261609,
            "stop": 874262007
        },
        {
            "start": 874262008,
            "stop": 874262063
        },
        {
            "start": 874262064,
            "stop": 874262084
        },
        {
            "start": 874262085,
            "stop": 874262119
        },
        {
            "start": 874262120,
            "stop": 874262605
        }
    ]
}