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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=268",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 269,
    "results": [
        {
            "start": 865722919,
            "stop": 865736608
        },
        {
            "start": 865738350,
            "stop": 865738892
        },
        {
            "start": 865739470,
            "stop": 865743302
        },
        {
            "start": 865748132,
            "stop": 865795288
        },
        {
            "start": 865797088,
            "stop": 865798627
        },
        {
            "start": 865803552,
            "stop": 865807164
        },
        {
            "start": 865807167,
            "stop": 865808643
        },
        {
            "start": 865809601,
            "stop": 865824170
        },
        {
            "start": 865826838,
            "stop": 865828717
        },
        {
            "start": 865830464,
            "stop": 865853719
        },
        {
            "start": 865855206,
            "stop": 865864217
        },
        {
            "start": 865867440,
            "stop": 865869625
        },
        {
            "start": 865869628,
            "stop": 865872571
        },
        {
            "start": 865872574,
            "stop": 865876501
        },
        {
            "start": 865877812,
            "stop": 865893491
        },
        {
            "start": 865895651,
            "stop": 865909102
        },
        {
            "start": 865909105,
            "stop": 865947191
        },
        {
            "start": 865950062,
            "stop": 865964947
        },
        {
            "start": 865971370,
            "stop": 865971896
        },
        {
            "start": 865973378,
            "stop": 865982186
        }
    ]
}