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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3847",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3848,
    "results": [
        {
            "start": 875144246,
            "stop": 875144301
        },
        {
            "start": 875144304,
            "stop": 875144650
        },
        {
            "start": 875144667,
            "stop": 875145066
        },
        {
            "start": 875145084,
            "stop": 875146200
        },
        {
            "start": 875146260,
            "stop": 875146740
        },
        {
            "start": 875146800,
            "stop": 875146881
        },
        {
            "start": 875146884,
            "stop": 875146920
        },
        {
            "start": 875146980,
            "stop": 875147208
        },
        {
            "start": 875147212,
            "stop": 875147757
        },
        {
            "start": 875147760,
            "stop": 875147826
        },
        {
            "start": 875147843,
            "stop": 875148707
        },
        {
            "start": 875148724,
            "stop": 875149020
        },
        {
            "start": 875149080,
            "stop": 875149140
        },
        {
            "start": 875149200,
            "stop": 875151331
        },
        {
            "start": 875151348,
            "stop": 875153809
        },
        {
            "start": 875153826,
            "stop": 875153953
        },
        {
            "start": 875153970,
            "stop": 875153985
        },
        {
            "start": 875162580,
            "stop": 875162640
        },
        {
            "start": 875162880,
            "stop": 875163000
        },
        {
            "start": 875163120,
            "stop": 875163180
        }
    ]
}