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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=273",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 274,
    "results": [
        {
            "start": 934466378,
            "stop": 934466415
        },
        {
            "start": 934466738,
            "stop": 934466858
        },
        {
            "start": 934467218,
            "stop": 934467278
        },
        {
            "start": 934467338,
            "stop": 934467907
        },
        {
            "start": 934467909,
            "stop": 934468020
        },
        {
            "start": 934468023,
            "stop": 934468599
        },
        {
            "start": 934468601,
            "stop": 934468623
        },
        {
            "start": 934468635,
            "stop": 934468637
        },
        {
            "start": 934468646,
            "stop": 934470015
        },
        {
            "start": 934470255,
            "stop": 934471401
        },
        {
            "start": 934471521,
            "stop": 934472214
        },
        {
            "start": 934472219,
            "stop": 934472253
        },
        {
            "start": 934472256,
            "stop": 934472595
        },
        {
            "start": 934472753,
            "stop": 934472978
        },
        {
            "start": 934473038,
            "stop": 934473615
        },
        {
            "start": 934473855,
            "stop": 934474282
        },
        {
            "start": 934474457,
            "stop": 934475570
        },
        {
            "start": 934475573,
            "stop": 934475764
        },
        {
            "start": 934476078,
            "stop": 934476491
        },
        {
            "start": 934476611,
            "stop": 934476626
        }
    ]
}