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_CW_CAT1/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_CW_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=3",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 4,
    "results": [
        {
            "start": 815970229,
            "stop": 815971693
        },
        {
            "start": 815971738,
            "stop": 815971741
        },
        {
            "start": 815971853,
            "stop": 815972893
        },
        {
            "start": 815974096,
            "stop": 815988424
        },
        {
            "start": 815989608,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        },
        {
            "start": 816001178,
            "stop": 816002503
        },
        {
            "start": 816003093,
            "stop": 816003474
        },
        {
            "start": 816006191,
            "stop": 816008583
        },
        {
            "start": 816017053,
            "stop": 816017357
        },
        {
            "start": 816017494,
            "stop": 816019352
        },
        {
            "start": 816019871,
            "stop": 816019917
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055152,
            "stop": 816060544
        },
        {
            "start": 816060547,
            "stop": 816072971
        },
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078902,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816089507
        },
        {
            "start": 816089509,
            "stop": 816092053
        },
        {
            "start": 816095582,
            "stop": 816095833
        }
    ]
}