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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=15",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 16,
    "results": [
        {
            "start": 931152046,
            "stop": 931152051
        },
        {
            "start": 931152061,
            "stop": 931152062
        },
        {
            "start": 931152068,
            "stop": 931152081
        },
        {
            "start": 931152087,
            "stop": 931152093
        },
        {
            "start": 931152104,
            "stop": 931152106
        },
        {
            "start": 931152127,
            "stop": 931152133
        },
        {
            "start": 931152139,
            "stop": 931152145
        },
        {
            "start": 931152155,
            "stop": 931152156
        },
        {
            "start": 931152164,
            "stop": 931152225
        },
        {
            "start": 931152231,
            "stop": 931152307
        },
        {
            "start": 931152313,
            "stop": 931152358
        },
        {
            "start": 931152364,
            "stop": 931152374
        },
        {
            "start": 931152379,
            "stop": 931152390
        },
        {
            "start": 931152398,
            "stop": 931152401
        },
        {
            "start": 931152408,
            "stop": 931152421
        },
        {
            "start": 931152427,
            "stop": 931152433
        },
        {
            "start": 931152439,
            "stop": 931152555
        },
        {
            "start": 931152566,
            "stop": 931152606
        },
        {
            "start": 931152612,
            "stop": 931152658
        },
        {
            "start": 931152665,
            "stop": 931152767
        }
    ]
}