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=3598
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=3599",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3597",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3598,
    "results": [
        {
            "start": 970424889,
            "stop": 970424903
        },
        {
            "start": 970424907,
            "stop": 970424944
        },
        {
            "start": 970424947,
            "stop": 970424971
        },
        {
            "start": 970424974,
            "stop": 970424998
        },
        {
            "start": 970425001,
            "stop": 970425024
        },
        {
            "start": 970425027,
            "stop": 970425090
        },
        {
            "start": 970425091,
            "stop": 970425130
        },
        {
            "start": 970425134,
            "stop": 970425178
        },
        {
            "start": 970425190,
            "stop": 970425198
        },
        {
            "start": 970425203,
            "stop": 970425222
        },
        {
            "start": 970425225,
            "stop": 970425228
        },
        {
            "start": 970425231,
            "stop": 970425256
        },
        {
            "start": 970425262,
            "stop": 970425265
        },
        {
            "start": 970425268,
            "stop": 970425272
        },
        {
            "start": 970425280,
            "stop": 970425281
        },
        {
            "start": 970425319,
            "stop": 970425342
        },
        {
            "start": 970425345,
            "stop": 970425353
        },
        {
            "start": 970425356,
            "stop": 970425379
        },
        {
            "start": 970425382,
            "stop": 970425392
        },
        {
            "start": 970425395,
            "stop": 970425411
        }
    ]
}