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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3425",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3426,
    "results": [
        {
            "start": 969680585,
            "stop": 969680769
        },
        {
            "start": 969680772,
            "stop": 969681043
        },
        {
            "start": 969681046,
            "stop": 969681059
        },
        {
            "start": 969681062,
            "stop": 969681141
        },
        {
            "start": 969681144,
            "stop": 969681560
        },
        {
            "start": 969681561,
            "stop": 969681952
        },
        {
            "start": 969681955,
            "stop": 969682021
        },
        {
            "start": 969682024,
            "stop": 969682213
        },
        {
            "start": 969682216,
            "stop": 969682222
        },
        {
            "start": 969682244,
            "stop": 969682261
        },
        {
            "start": 969682266,
            "stop": 969682306
        },
        {
            "start": 969682317,
            "stop": 969682329
        },
        {
            "start": 969682332,
            "stop": 969682527
        },
        {
            "start": 969682530,
            "stop": 969682982
        },
        {
            "start": 969683003,
            "stop": 969683308
        },
        {
            "start": 969683309,
            "stop": 969683339
        },
        {
            "start": 969683360,
            "stop": 969683524
        },
        {
            "start": 969683530,
            "stop": 969683554
        },
        {
            "start": 969683557,
            "stop": 969684673
        },
        {
            "start": 969684676,
            "stop": 969685126
        }
    ]
}