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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=17",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 18,
    "results": [
        {
            "start": 1380517542,
            "stop": 1380575774
        },
        {
            "start": 1380576754,
            "stop": 1380594229
        },
        {
            "start": 1380602144,
            "stop": 1380690629
        },
        {
            "start": 1380695265,
            "stop": 1380697246
        },
        {
            "start": 1380720832,
            "stop": 1380747591
        },
        {
            "start": 1380748453,
            "stop": 1380753423
        },
        {
            "start": 1380756314,
            "stop": 1380768827
        },
        {
            "start": 1380769221,
            "stop": 1380827602
        },
        {
            "start": 1380834619,
            "stop": 1380880698
        },
        {
            "start": 1380921055,
            "stop": 1380924524
        },
        {
            "start": 1380926864,
            "stop": 1380928009
        },
        {
            "start": 1380929965,
            "stop": 1380943186
        },
        {
            "start": 1380945609,
            "stop": 1380968453
        },
        {
            "start": 1380971042,
            "stop": 1380981800
        },
        {
            "start": 1381000378,
            "stop": 1381002361
        },
        {
            "start": 1381002562,
            "stop": 1381021292
        },
        {
            "start": 1381032683,
            "stop": 1381086140
        },
        {
            "start": 1381205782,
            "stop": 1381205860
        },
        {
            "start": 1381206458,
            "stop": 1381241245
        },
        {
            "start": 1381244463,
            "stop": 1381248324
        }
    ]
}