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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=729",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 730,
    "results": [
        {
            "start": 869585912,
            "stop": 869600550
        },
        {
            "start": 869601961,
            "stop": 869603780
        },
        {
            "start": 869604524,
            "stop": 869604810
        },
        {
            "start": 869605879,
            "stop": 869612608
        },
        {
            "start": 869612629,
            "stop": 869612903
        },
        {
            "start": 869612923,
            "stop": 869612944
        },
        {
            "start": 869612965,
            "stop": 869613265
        },
        {
            "start": 869613286,
            "stop": 869613290
        },
        {
            "start": 869613312,
            "stop": 869613419
        },
        {
            "start": 869613440,
            "stop": 869613466
        },
        {
            "start": 869613505,
            "stop": 869613785
        },
        {
            "start": 869613808,
            "stop": 869613842
        },
        {
            "start": 869613861,
            "stop": 869613882
        },
        {
            "start": 869615410,
            "stop": 869616210
        },
        {
            "start": 869617306,
            "stop": 869617361
        },
        {
            "start": 869619478,
            "stop": 869648694
        },
        {
            "start": 869649455,
            "stop": 869659569
        },
        {
            "start": 869659589,
            "stop": 869659688
        },
        {
            "start": 869659714,
            "stop": 869659791
        },
        {
            "start": 869659832,
            "stop": 869659980
        }
    ]
}