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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10214",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10215,
    "results": [
        {
            "start": 874137195,
            "stop": 874137244
        },
        {
            "start": 874137292,
            "stop": 874137695
        },
        {
            "start": 874137731,
            "stop": 874137960
        },
        {
            "start": 874138030,
            "stop": 874138066
        },
        {
            "start": 874138102,
            "stop": 874138289
        },
        {
            "start": 874138326,
            "stop": 874138355
        },
        {
            "start": 874138416,
            "stop": 874139121
        },
        {
            "start": 874139157,
            "stop": 874139169
        },
        {
            "start": 874139205,
            "stop": 874139901
        },
        {
            "start": 874139971,
            "stop": 874140073
        },
        {
            "start": 874140109,
            "stop": 874140464
        },
        {
            "start": 874140471,
            "stop": 874141138
        },
        {
            "start": 874141177,
            "stop": 874141272
        },
        {
            "start": 874141308,
            "stop": 874141466
        },
        {
            "start": 874141474,
            "stop": 874141699
        },
        {
            "start": 874141706,
            "stop": 874142406
        },
        {
            "start": 874142414,
            "stop": 874143060
        },
        {
            "start": 874143096,
            "stop": 874143485
        },
        {
            "start": 874143521,
            "stop": 874144117
        },
        {
            "start": 874144124,
            "stop": 874144222
        }
    ]
}