Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5184",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5185,
    "results": [
        {
            "start": 969815018,
            "stop": 969815078
        },
        {
            "start": 969815558,
            "stop": 969815618
        },
        {
            "start": 969815678,
            "stop": 969815738
        },
        {
            "start": 969815858,
            "stop": 969815918
        },
        {
            "start": 969816338,
            "stop": 969816398
        },
        {
            "start": 969816458,
            "stop": 969816615
        },
        {
            "start": 969816618,
            "stop": 969816752
        },
        {
            "start": 969816755,
            "stop": 969816818
        },
        {
            "start": 969835028,
            "stop": 969835340
        },
        {
            "start": 969835343,
            "stop": 969835391
        },
        {
            "start": 969835394,
            "stop": 969835844
        },
        {
            "start": 969835847,
            "stop": 969836653
        },
        {
            "start": 969836656,
            "stop": 969837284
        },
        {
            "start": 969839599,
            "stop": 969840223
        },
        {
            "start": 969840226,
            "stop": 969840267
        },
        {
            "start": 969840270,
            "stop": 969840620
        },
        {
            "start": 969840623,
            "stop": 969841130
        },
        {
            "start": 969841133,
            "stop": 969842283
        },
        {
            "start": 969842286,
            "stop": 969842415
        },
        {
            "start": 969842418,
            "stop": 969842558
        }
    ]
}