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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 168,
    "results": [
        {
            "start": 931431246,
            "stop": 931431288
        },
        {
            "start": 931431290,
            "stop": 931431346
        },
        {
            "start": 931431347,
            "stop": 931431367
        },
        {
            "start": 931431368,
            "stop": 931431410
        },
        {
            "start": 931431412,
            "stop": 931431422
        },
        {
            "start": 931431424,
            "stop": 931431428
        },
        {
            "start": 931431430,
            "stop": 931431487
        },
        {
            "start": 931431492,
            "stop": 931431516
        },
        {
            "start": 931431517,
            "stop": 931431543
        },
        {
            "start": 931431547,
            "stop": 931431554
        },
        {
            "start": 931431557,
            "stop": 931431589
        },
        {
            "start": 931431591,
            "stop": 931431615
        },
        {
            "start": 931431975,
            "stop": 931431981
        },
        {
            "start": 931431982,
            "stop": 931432017
        },
        {
            "start": 931432018,
            "stop": 931432165
        },
        {
            "start": 931432166,
            "stop": 931432216
        },
        {
            "start": 931432217,
            "stop": 931432325
        },
        {
            "start": 931432327,
            "stop": 931432328
        },
        {
            "start": 931432330,
            "stop": 931432349
        },
        {
            "start": 931432350,
            "stop": 931432426
        }
    ]
}