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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=334",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 335,
    "results": [
        {
            "start": 857637714,
            "stop": 857639261
        },
        {
            "start": 857639280,
            "stop": 857639291
        },
        {
            "start": 857639305,
            "stop": 857639309
        },
        {
            "start": 857641735,
            "stop": 857642468
        },
        {
            "start": 857642486,
            "stop": 857644963
        },
        {
            "start": 857644968,
            "stop": 857644982
        },
        {
            "start": 857644992,
            "stop": 857645002
        },
        {
            "start": 857645007,
            "stop": 857645012
        },
        {
            "start": 857645021,
            "stop": 857645050
        },
        {
            "start": 857645054,
            "stop": 857645126
        },
        {
            "start": 857645130,
            "stop": 857645140
        },
        {
            "start": 857645144,
            "stop": 857645193
        },
        {
            "start": 857645202,
            "stop": 857645208
        },
        {
            "start": 857645212,
            "stop": 857645217
        },
        {
            "start": 857645226,
            "stop": 857645232
        },
        {
            "start": 857645255,
            "stop": 857645260
        },
        {
            "start": 857645265,
            "stop": 857645271
        },
        {
            "start": 857645275,
            "stop": 857645340
        },
        {
            "start": 857645342,
            "stop": 857645347
        },
        {
            "start": 857645352,
            "stop": 857645366
        }
    ]
}