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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=281",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 282,
    "results": [
        {
            "start": 821164587,
            "stop": 821164614
        },
        {
            "start": 821164617,
            "stop": 821164723
        },
        {
            "start": 821164726,
            "stop": 821164920
        },
        {
            "start": 821164923,
            "stop": 821164939
        },
        {
            "start": 821164942,
            "stop": 821165032
        },
        {
            "start": 821165037,
            "stop": 821165146
        },
        {
            "start": 821165149,
            "stop": 821165156
        },
        {
            "start": 821165159,
            "stop": 821165251
        },
        {
            "start": 821165254,
            "stop": 821165395
        },
        {
            "start": 821165398,
            "stop": 821165997
        },
        {
            "start": 821166000,
            "stop": 821166192
        },
        {
            "start": 821166195,
            "stop": 821166228
        },
        {
            "start": 821166231,
            "stop": 821166312
        },
        {
            "start": 821166315,
            "stop": 821166349
        },
        {
            "start": 821166352,
            "stop": 821166418
        },
        {
            "start": 821166421,
            "stop": 821166533
        },
        {
            "start": 821166536,
            "stop": 821166594
        },
        {
            "start": 821166597,
            "stop": 821166693
        },
        {
            "start": 821166699,
            "stop": 821166808
        },
        {
            "start": 821166811,
            "stop": 821166842
        }
    ]
}