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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=3",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 4,
    "results": [
        {
            "start": 815965936,
            "stop": 815966105
        },
        {
            "start": 815966112,
            "stop": 815966755
        },
        {
            "start": 815966831,
            "stop": 815966868
        },
        {
            "start": 815970229,
            "stop": 815971711
        },
        {
            "start": 815971717,
            "stop": 815971740
        },
        {
            "start": 815971853,
            "stop": 815972924
        },
        {
            "start": 815974096,
            "stop": 815988453
        },
        {
            "start": 815989608,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        },
        {
            "start": 816001188,
            "stop": 816002526
        },
        {
            "start": 816003093,
            "stop": 816003233
        },
        {
            "start": 816003240,
            "stop": 816003504
        },
        {
            "start": 816006191,
            "stop": 816008613
        },
        {
            "start": 816017051,
            "stop": 816017357
        },
        {
            "start": 816017494,
            "stop": 816019180
        },
        {
            "start": 816019186,
            "stop": 816019350
        },
        {
            "start": 816019871,
            "stop": 816019917
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055162,
            "stop": 816060544
        },
        {
            "start": 816060557,
            "stop": 816072999
        }
    ]
}