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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=46",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 47,
    "results": [
        {
            "start": 821765042,
            "stop": 821765099
        },
        {
            "start": 821765102,
            "stop": 821765207
        },
        {
            "start": 821765212,
            "stop": 821766466
        },
        {
            "start": 821766469,
            "stop": 821766478
        },
        {
            "start": 821766481,
            "stop": 821766647
        },
        {
            "start": 821766650,
            "stop": 821766941
        },
        {
            "start": 821766944,
            "stop": 821768792
        },
        {
            "start": 821768795,
            "stop": 821769024
        },
        {
            "start": 821769028,
            "stop": 821771523
        },
        {
            "start": 821771527,
            "stop": 821771662
        },
        {
            "start": 821771665,
            "stop": 821772064
        },
        {
            "start": 821772544,
            "stop": 821773022
        },
        {
            "start": 821773025,
            "stop": 821773147
        },
        {
            "start": 821773150,
            "stop": 821774419
        },
        {
            "start": 821774422,
            "stop": 821774426
        },
        {
            "start": 821774429,
            "stop": 821774561
        },
        {
            "start": 821774564,
            "stop": 821774829
        },
        {
            "start": 821774832,
            "stop": 821775162
        },
        {
            "start": 821775165,
            "stop": 821775597
        },
        {
            "start": 821775600,
            "stop": 821775832
        }
    ]
}