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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=75",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 76,
    "results": [
        {
            "start": 817768021,
            "stop": 817770791
        },
        {
            "start": 817774855,
            "stop": 817774980
        },
        {
            "start": 817775040,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781831
        },
        {
            "start": 817783810,
            "stop": 817813437
        },
        {
            "start": 817813444,
            "stop": 817820340
        },
        {
            "start": 817820460,
            "stop": 817821553
        },
        {
            "start": 817822627,
            "stop": 817824113
        },
        {
            "start": 817824119,
            "stop": 817824433
        },
        {
            "start": 817824455,
            "stop": 817824456
        },
        {
            "start": 817828411,
            "stop": 817828863
        },
        {
            "start": 817828871,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817829520
        },
        {
            "start": 817829580,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834440
        },
        {
            "start": 817834500,
            "stop": 817834560
        },
        {
            "start": 817834620,
            "stop": 817834684
        },
        {
            "start": 817834691,
            "stop": 817834723
        },
        {
            "start": 817834980,
            "stop": 817835040
        },
        {
            "start": 817835160,
            "stop": 817835280
        }
    ]
}