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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40579",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40580,
    "results": [
        {
            "start": 874854324,
            "stop": 874854346
        },
        {
            "start": 874854347,
            "stop": 874854350
        },
        {
            "start": 874854352,
            "stop": 874854353
        },
        {
            "start": 874854354,
            "stop": 874854372
        },
        {
            "start": 874854373,
            "stop": 874854384
        },
        {
            "start": 874854385,
            "stop": 874854521
        },
        {
            "start": 874854522,
            "stop": 874854534
        },
        {
            "start": 874854535,
            "stop": 874854634
        },
        {
            "start": 874854635,
            "stop": 874854640
        },
        {
            "start": 874854641,
            "stop": 874854683
        },
        {
            "start": 874854685,
            "stop": 874854712
        },
        {
            "start": 874854713,
            "stop": 874854740
        },
        {
            "start": 874854741,
            "stop": 874854789
        },
        {
            "start": 874854791,
            "stop": 874854836
        },
        {
            "start": 874854838,
            "stop": 874854886
        },
        {
            "start": 874854888,
            "stop": 874854900
        },
        {
            "start": 874854902,
            "stop": 874855025
        },
        {
            "start": 874855026,
            "stop": 874855063
        },
        {
            "start": 874855064,
            "stop": 874855079
        },
        {
            "start": 874855080,
            "stop": 874855172
        }
    ]
}