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=7111
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=7112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7110",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7111,
    "results": [
        {
            "start": 874228481,
            "stop": 874228880
        },
        {
            "start": 874228882,
            "stop": 874228982
        },
        {
            "start": 874228983,
            "stop": 874229054
        },
        {
            "start": 874229056,
            "stop": 874229408
        },
        {
            "start": 874229409,
            "stop": 874229448
        },
        {
            "start": 874229449,
            "stop": 874229477
        },
        {
            "start": 874229479,
            "stop": 874230037
        },
        {
            "start": 874230038,
            "stop": 874230091
        },
        {
            "start": 874230092,
            "stop": 874230099
        },
        {
            "start": 874230100,
            "stop": 874230250
        },
        {
            "start": 874230251,
            "stop": 874230539
        },
        {
            "start": 874230541,
            "stop": 874230921
        },
        {
            "start": 874230922,
            "stop": 874231535
        },
        {
            "start": 874231536,
            "stop": 874231590
        },
        {
            "start": 874231592,
            "stop": 874231860
        },
        {
            "start": 874231861,
            "stop": 874231927
        },
        {
            "start": 874231928,
            "stop": 874231993
        },
        {
            "start": 874231994,
            "stop": 874232124
        },
        {
            "start": 874232126,
            "stop": 874232133
        },
        {
            "start": 874232134,
            "stop": 874232492
        }
    ]
}