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/H2_CBCLOW_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/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=17",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 18,
    "results": [
        {
            "start": 815300832,
            "stop": 815300835
        },
        {
            "start": 815300842,
            "stop": 815300870
        },
        {
            "start": 815300877,
            "stop": 815300970
        },
        {
            "start": 815300991,
            "stop": 815301052
        },
        {
            "start": 815301056,
            "stop": 815301554
        },
        {
            "start": 815301561,
            "stop": 815301803
        },
        {
            "start": 815301810,
            "stop": 815301894
        },
        {
            "start": 815301901,
            "stop": 815302619
        },
        {
            "start": 815302626,
            "stop": 815302775
        },
        {
            "start": 815302782,
            "stop": 815302946
        },
        {
            "start": 815302954,
            "stop": 815303335
        },
        {
            "start": 815303342,
            "stop": 815303395
        },
        {
            "start": 815303402,
            "stop": 815303641
        },
        {
            "start": 815303645,
            "stop": 815303648
        },
        {
            "start": 815304130,
            "stop": 815304228
        },
        {
            "start": 815304235,
            "stop": 815304466
        },
        {
            "start": 815304477,
            "stop": 815304481
        },
        {
            "start": 815304485,
            "stop": 815304664
        },
        {
            "start": 815304683,
            "stop": 815304688
        },
        {
            "start": 815304692,
            "stop": 815304706
        }
    ]
}