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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=302",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 303,
    "results": [
        {
            "start": 869579566,
            "stop": 869579602
        },
        {
            "start": 869579608,
            "stop": 869579709
        },
        {
            "start": 869579712,
            "stop": 869579768
        },
        {
            "start": 869579772,
            "stop": 869579793
        },
        {
            "start": 869579799,
            "stop": 869579835
        },
        {
            "start": 869579841,
            "stop": 869579877
        },
        {
            "start": 869579881,
            "stop": 869579893
        },
        {
            "start": 869579900,
            "stop": 869579984
        },
        {
            "start": 869579987,
            "stop": 869580005
        },
        {
            "start": 869580011,
            "stop": 869580050
        },
        {
            "start": 869580053,
            "stop": 869580660
        },
        {
            "start": 869580665,
            "stop": 869580898
        },
        {
            "start": 869580905,
            "stop": 869580936
        },
        {
            "start": 869580945,
            "stop": 869580963
        },
        {
            "start": 869580966,
            "stop": 869581003
        },
        {
            "start": 869581006,
            "stop": 869581024
        },
        {
            "start": 869581031,
            "stop": 869581042
        },
        {
            "start": 869581045,
            "stop": 869581061
        },
        {
            "start": 869581069,
            "stop": 869581124
        },
        {
            "start": 869581134,
            "stop": 869581153
        }
    ]
}