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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=246",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 247,
    "results": [
        {
            "start": 821638372,
            "stop": 821638721
        },
        {
            "start": 821638724,
            "stop": 821638735
        },
        {
            "start": 821638738,
            "stop": 821638775
        },
        {
            "start": 821638779,
            "stop": 821638782
        },
        {
            "start": 821638785,
            "stop": 821639016
        },
        {
            "start": 821639020,
            "stop": 821639051
        },
        {
            "start": 821639055,
            "stop": 821639165
        },
        {
            "start": 821639168,
            "stop": 821639608
        },
        {
            "start": 821639611,
            "stop": 821639664
        },
        {
            "start": 821639667,
            "stop": 821640449
        },
        {
            "start": 821640453,
            "stop": 821640456
        },
        {
            "start": 821640460,
            "stop": 821640463
        },
        {
            "start": 821640467,
            "stop": 821640519
        },
        {
            "start": 821640522,
            "stop": 821640869
        },
        {
            "start": 821640872,
            "stop": 821641272
        },
        {
            "start": 821641275,
            "stop": 821641373
        },
        {
            "start": 821641376,
            "stop": 821641422
        },
        {
            "start": 821642231,
            "stop": 821642509
        },
        {
            "start": 821642512,
            "stop": 821642613
        },
        {
            "start": 821642616,
            "stop": 821642619
        }
    ]
}