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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=374",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 375,
    "results": [
        {
            "start": 821502234,
            "stop": 821502236
        },
        {
            "start": 821502239,
            "stop": 821502276
        },
        {
            "start": 821502279,
            "stop": 821502420
        },
        {
            "start": 821502423,
            "stop": 821502502
        },
        {
            "start": 821502508,
            "stop": 821502510
        },
        {
            "start": 821502513,
            "stop": 821502527
        },
        {
            "start": 821502530,
            "stop": 821502532
        },
        {
            "start": 821502535,
            "stop": 821502544
        },
        {
            "start": 821502547,
            "stop": 821502572
        },
        {
            "start": 821502575,
            "stop": 821502628
        },
        {
            "start": 821502631,
            "stop": 821502686
        },
        {
            "start": 821502689,
            "stop": 821502861
        },
        {
            "start": 821502864,
            "stop": 821502897
        },
        {
            "start": 821502900,
            "stop": 821502989
        },
        {
            "start": 821502992,
            "stop": 821503047
        },
        {
            "start": 821503050,
            "stop": 821503123
        },
        {
            "start": 821503126,
            "stop": 821503172
        },
        {
            "start": 821503175,
            "stop": 821503189
        },
        {
            "start": 821503192,
            "stop": 821503231
        },
        {
            "start": 821503234,
            "stop": 821503312
        }
    ]
}