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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=365",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 366,
    "results": [
        {
            "start": 847732238,
            "stop": 847732254
        },
        {
            "start": 847732255,
            "stop": 847732276
        },
        {
            "start": 847732277,
            "stop": 847732279
        },
        {
            "start": 847732280,
            "stop": 847732295
        },
        {
            "start": 847732296,
            "stop": 847732298
        },
        {
            "start": 847732303,
            "stop": 847732305
        },
        {
            "start": 847732306,
            "stop": 847732312
        },
        {
            "start": 847732313,
            "stop": 847732318
        },
        {
            "start": 847732319,
            "stop": 847732322
        },
        {
            "start": 847732323,
            "stop": 847732325
        },
        {
            "start": 847732326,
            "stop": 847732327
        },
        {
            "start": 847732329,
            "stop": 847732332
        },
        {
            "start": 847732334,
            "stop": 847732335
        },
        {
            "start": 847732337,
            "stop": 847732339
        },
        {
            "start": 847732340,
            "stop": 847732361
        },
        {
            "start": 847732362,
            "stop": 847732374
        },
        {
            "start": 847732376,
            "stop": 847732382
        },
        {
            "start": 847732383,
            "stop": 847732413
        },
        {
            "start": 847732414,
            "stop": 847732452
        },
        {
            "start": 847732453,
            "stop": 847732518
        }
    ]
}