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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=179",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 180,
    "results": [
        {
            "start": 816842165,
            "stop": 816842174
        },
        {
            "start": 816842179,
            "stop": 816842187
        },
        {
            "start": 816842192,
            "stop": 816842193
        },
        {
            "start": 816842205,
            "stop": 816842219
        },
        {
            "start": 816842223,
            "stop": 816842282
        },
        {
            "start": 816842286,
            "stop": 816842289
        },
        {
            "start": 816842293,
            "stop": 816842324
        },
        {
            "start": 816842330,
            "stop": 816842332
        },
        {
            "start": 816842337,
            "stop": 816842339
        },
        {
            "start": 816842351,
            "stop": 816842352
        },
        {
            "start": 816842358,
            "stop": 816842368
        },
        {
            "start": 816842372,
            "stop": 816842489
        },
        {
            "start": 816842495,
            "stop": 816842497
        },
        {
            "start": 816842503,
            "stop": 816842504
        },
        {
            "start": 816842513,
            "stop": 816842581
        },
        {
            "start": 816842586,
            "stop": 816842590
        },
        {
            "start": 816842605,
            "stop": 816842610
        },
        {
            "start": 816842627,
            "stop": 816842634
        },
        {
            "start": 816842640,
            "stop": 816842656
        },
        {
            "start": 816842660,
            "stop": 816842696
        }
    ]
}