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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=107",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 108,
    "results": [
        {
            "start": 827094659,
            "stop": 827101414
        },
        {
            "start": 827101417,
            "stop": 827101432
        },
        {
            "start": 827101832,
            "stop": 827104659
        },
        {
            "start": 827104959,
            "stop": 827115506
        },
        {
            "start": 827115806,
            "stop": 827156262
        },
        {
            "start": 827156562,
            "stop": 827161485
        },
        {
            "start": 827164157,
            "stop": 827175126
        },
        {
            "start": 827178045,
            "stop": 827189397
        },
        {
            "start": 827189507,
            "stop": 827189515
        },
        {
            "start": 827190022,
            "stop": 827237158
        },
        {
            "start": 827239912,
            "stop": 827247607
        },
        {
            "start": 827247907,
            "stop": 827250132
        },
        {
            "start": 827250242,
            "stop": 827250319
        },
        {
            "start": 827250619,
            "stop": 827250709
        },
        {
            "start": 827251009,
            "stop": 827251045
        },
        {
            "start": 827251386,
            "stop": 827255692
        },
        {
            "start": 827255802,
            "stop": 827255862
        },
        {
            "start": 827256162,
            "stop": 827260213
        },
        {
            "start": 827260240,
            "stop": 827260242
        },
        {
            "start": 827260346,
            "stop": 827267500
        }
    ]
}