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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5899",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5900,
    "results": [
        {
            "start": 875127666,
            "stop": 875127758
        },
        {
            "start": 875127764,
            "stop": 875127873
        },
        {
            "start": 875127876,
            "stop": 875127882
        },
        {
            "start": 875127885,
            "stop": 875127921
        },
        {
            "start": 875127924,
            "stop": 875127974
        },
        {
            "start": 875127977,
            "stop": 875128086
        },
        {
            "start": 875128089,
            "stop": 875128108
        },
        {
            "start": 875128111,
            "stop": 875128135
        },
        {
            "start": 875128138,
            "stop": 875128178
        },
        {
            "start": 875128181,
            "stop": 875128219
        },
        {
            "start": 875128225,
            "stop": 875128256
        },
        {
            "start": 875128259,
            "stop": 875128262
        },
        {
            "start": 875128267,
            "stop": 875128280
        },
        {
            "start": 875128283,
            "stop": 875128316
        },
        {
            "start": 875128319,
            "stop": 875128331
        },
        {
            "start": 875128334,
            "stop": 875128338
        },
        {
            "start": 875128341,
            "stop": 875128346
        },
        {
            "start": 875128349,
            "stop": 875128354
        },
        {
            "start": 875128357,
            "stop": 875128369
        },
        {
            "start": 875128372,
            "stop": 875128382
        }
    ]
}