Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=59",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 60,
    "results": [
        {
            "start": 816464002,
            "stop": 816464049
        },
        {
            "start": 816464056,
            "stop": 816464057
        },
        {
            "start": 816464064,
            "stop": 816464065
        },
        {
            "start": 816464070,
            "stop": 816464101
        },
        {
            "start": 816464104,
            "stop": 816464146
        },
        {
            "start": 816464150,
            "stop": 816464275
        },
        {
            "start": 816464279,
            "stop": 816464284
        },
        {
            "start": 816464295,
            "stop": 816464307
        },
        {
            "start": 816464314,
            "stop": 816464320
        },
        {
            "start": 816464325,
            "stop": 816464440
        },
        {
            "start": 816464444,
            "stop": 816464558
        },
        {
            "start": 816464562,
            "stop": 816464575
        },
        {
            "start": 816464580,
            "stop": 816464584
        },
        {
            "start": 816464590,
            "stop": 816464592
        },
        {
            "start": 816464597,
            "stop": 816464601
        },
        {
            "start": 816464607,
            "stop": 816464683
        },
        {
            "start": 816464690,
            "stop": 816464705
        },
        {
            "start": 816464711,
            "stop": 816464817
        },
        {
            "start": 816464911,
            "stop": 816464922
        },
        {
            "start": 816464931,
            "stop": 816464939
        }
    ]
}