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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=131",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 132,
    "results": [
        {
            "start": 931767926,
            "stop": 931767931
        },
        {
            "start": 931767946,
            "stop": 931767947
        },
        {
            "start": 931767954,
            "stop": 931767958
        },
        {
            "start": 931768006,
            "stop": 931768015
        },
        {
            "start": 931768028,
            "stop": 931768040
        },
        {
            "start": 931768053,
            "stop": 931768057
        },
        {
            "start": 931768071,
            "stop": 931768072
        },
        {
            "start": 931768079,
            "stop": 931768082
        },
        {
            "start": 931768089,
            "stop": 931768097
        },
        {
            "start": 931768121,
            "stop": 931768124
        },
        {
            "start": 931768131,
            "stop": 931768138
        },
        {
            "start": 931768177,
            "stop": 931768184
        },
        {
            "start": 931768191,
            "stop": 931768195
        },
        {
            "start": 931768208,
            "stop": 931768221
        },
        {
            "start": 931768241,
            "stop": 931768254
        },
        {
            "start": 931768266,
            "stop": 931768272
        },
        {
            "start": 931768289,
            "stop": 931768290
        },
        {
            "start": 931768306,
            "stop": 931768311
        },
        {
            "start": 931768332,
            "stop": 931768343
        },
        {
            "start": 931768350,
            "stop": 931768395
        }
    ]
}