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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=326",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 327,
    "results": [
        {
            "start": 875077151,
            "stop": 875079513
        },
        {
            "start": 875079516,
            "stop": 875079663
        },
        {
            "start": 875079667,
            "stop": 875079834
        },
        {
            "start": 875079837,
            "stop": 875080164
        },
        {
            "start": 875080167,
            "stop": 875080664
        },
        {
            "start": 875080667,
            "stop": 875081365
        },
        {
            "start": 875081368,
            "stop": 875081504
        },
        {
            "start": 875081507,
            "stop": 875081544
        },
        {
            "start": 875081547,
            "stop": 875081684
        },
        {
            "start": 875081687,
            "stop": 875082364
        },
        {
            "start": 875082367,
            "stop": 875082734
        },
        {
            "start": 875082737,
            "stop": 875082844
        },
        {
            "start": 875082847,
            "stop": 875082915
        },
        {
            "start": 875082918,
            "stop": 875083424
        },
        {
            "start": 875083427,
            "stop": 875083744
        },
        {
            "start": 875083747,
            "stop": 875084024
        },
        {
            "start": 875084027,
            "stop": 875084184
        },
        {
            "start": 875084187,
            "stop": 875084344
        },
        {
            "start": 875084347,
            "stop": 875084505
        },
        {
            "start": 875084508,
            "stop": 875087924
        }
    ]
}