Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3234
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3233",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3234,
    "results": [
        {
            "start": 872131140,
            "stop": 872131263
        },
        {
            "start": 872131266,
            "stop": 872131274
        },
        {
            "start": 872131279,
            "stop": 872131281
        },
        {
            "start": 872131284,
            "stop": 872131307
        },
        {
            "start": 872131310,
            "stop": 872131312
        },
        {
            "start": 872131317,
            "stop": 872131320
        },
        {
            "start": 872131380,
            "stop": 872131381
        },
        {
            "start": 872131384,
            "stop": 872131399
        },
        {
            "start": 872131404,
            "stop": 872131440
        },
        {
            "start": 872131560,
            "stop": 872131590
        },
        {
            "start": 872131601,
            "stop": 872131618
        },
        {
            "start": 872131800,
            "stop": 872131823
        },
        {
            "start": 872131830,
            "stop": 872131919
        },
        {
            "start": 872131922,
            "stop": 872131944
        },
        {
            "start": 872131947,
            "stop": 872131950
        },
        {
            "start": 872131953,
            "stop": 872131980
        },
        {
            "start": 872132160,
            "stop": 872132221
        },
        {
            "start": 872132226,
            "stop": 872132280
        },
        {
            "start": 872132400,
            "stop": 872132406
        },
        {
            "start": 872132409,
            "stop": 872132529
        }
    ]
}