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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=152",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 153,
    "results": [
        {
            "start": 837226721,
            "stop": 837227353
        },
        {
            "start": 837228247,
            "stop": 837229052
        },
        {
            "start": 837229053,
            "stop": 837229686
        },
        {
            "start": 837229687,
            "stop": 837229688
        },
        {
            "start": 837229693,
            "stop": 837267843
        },
        {
            "start": 837267846,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837333067
        },
        {
            "start": 837334247,
            "stop": 837344593
        },
        {
            "start": 837346564,
            "stop": 837361341
        },
        {
            "start": 837362678,
            "stop": 837369521
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384553
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837444188
        },
        {
            "start": 837445557,
            "stop": 837446757
        },
        {
            "start": 837446884,
            "stop": 837452413
        },
        {
            "start": 837454778,
            "stop": 837457207
        },
        {
            "start": 837457213,
            "stop": 837458161
        },
        {
            "start": 837459449,
            "stop": 837464780
        }
    ]
}