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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=241",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 242,
    "results": [
        {
            "start": 821680015,
            "stop": 821680033
        },
        {
            "start": 821680037,
            "stop": 821680055
        },
        {
            "start": 821680058,
            "stop": 821680061
        },
        {
            "start": 821680064,
            "stop": 821680066
        },
        {
            "start": 821680069,
            "stop": 821680081
        },
        {
            "start": 821680090,
            "stop": 821680091
        },
        {
            "start": 821680094,
            "stop": 821680105
        },
        {
            "start": 821680108,
            "stop": 821680109
        },
        {
            "start": 821680112,
            "stop": 821680124
        },
        {
            "start": 821680127,
            "stop": 821680136
        },
        {
            "start": 821680145,
            "stop": 821680147
        },
        {
            "start": 821680150,
            "stop": 821680153
        },
        {
            "start": 821680156,
            "stop": 821680157
        },
        {
            "start": 821680165,
            "stop": 821680169
        },
        {
            "start": 821680176,
            "stop": 821680186
        },
        {
            "start": 821680191,
            "stop": 821680209
        },
        {
            "start": 821680215,
            "stop": 821680217
        },
        {
            "start": 821680220,
            "stop": 821680223
        },
        {
            "start": 821680226,
            "stop": 821680227
        },
        {
            "start": 821680230,
            "stop": 821680238
        }
    ]
}