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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=293",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 294,
    "results": [
        {
            "start": 869472076,
            "stop": 869472087
        },
        {
            "start": 869472099,
            "stop": 869472106
        },
        {
            "start": 869472122,
            "stop": 869472132
        },
        {
            "start": 869472142,
            "stop": 869472144
        },
        {
            "start": 869472162,
            "stop": 869472171
        },
        {
            "start": 869472184,
            "stop": 869472195
        },
        {
            "start": 869472206,
            "stop": 869472213
        },
        {
            "start": 869472225,
            "stop": 869472231
        },
        {
            "start": 869474574,
            "stop": 869505210
        },
        {
            "start": 869508276,
            "stop": 869512696
        },
        {
            "start": 869512699,
            "stop": 869524277
        },
        {
            "start": 869526155,
            "stop": 869535566
        },
        {
            "start": 869537423,
            "stop": 869540692
        },
        {
            "start": 869542973,
            "stop": 869547445
        },
        {
            "start": 869547448,
            "stop": 869547530
        },
        {
            "start": 869547533,
            "stop": 869547574
        },
        {
            "start": 869547577,
            "stop": 869547610
        },
        {
            "start": 869547616,
            "stop": 869547674
        },
        {
            "start": 869547680,
            "stop": 869548743
        },
        {
            "start": 869548749,
            "stop": 869548797
        }
    ]
}