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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7170",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7171,
    "results": [
        {
            "start": 874479241,
            "stop": 874479244
        },
        {
            "start": 874479245,
            "stop": 874479250
        },
        {
            "start": 874479251,
            "stop": 874479253
        },
        {
            "start": 874479255,
            "stop": 874479256
        },
        {
            "start": 874479258,
            "stop": 874479259
        },
        {
            "start": 874479261,
            "stop": 874479263
        },
        {
            "start": 874479265,
            "stop": 874479266
        },
        {
            "start": 874479268,
            "stop": 874479269
        },
        {
            "start": 874479271,
            "stop": 874479299
        },
        {
            "start": 874479301,
            "stop": 874479595
        },
        {
            "start": 874479597,
            "stop": 874479787
        },
        {
            "start": 874479788,
            "stop": 874479925
        },
        {
            "start": 874479926,
            "stop": 874480139
        },
        {
            "start": 874480140,
            "stop": 874480581
        },
        {
            "start": 874480583,
            "stop": 874481446
        },
        {
            "start": 874481448,
            "stop": 874481565
        },
        {
            "start": 874481566,
            "stop": 874482135
        },
        {
            "start": 874482136,
            "stop": 874482163
        },
        {
            "start": 874482164,
            "stop": 874482299
        },
        {
            "start": 874482300,
            "stop": 874482319
        }
    ]
}