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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3803",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3804,
    "results": [
        {
            "start": 874556495,
            "stop": 874556642
        },
        {
            "start": 874556669,
            "stop": 874556700
        },
        {
            "start": 874556760,
            "stop": 874556777
        },
        {
            "start": 874556794,
            "stop": 874556848
        },
        {
            "start": 874556865,
            "stop": 874556887
        },
        {
            "start": 874556904,
            "stop": 874557225
        },
        {
            "start": 874557243,
            "stop": 874557274
        },
        {
            "start": 874557291,
            "stop": 874557335
        },
        {
            "start": 874557352,
            "stop": 874557387
        },
        {
            "start": 874557404,
            "stop": 874557446
        },
        {
            "start": 874557463,
            "stop": 874557485
        },
        {
            "start": 874557502,
            "stop": 874557660
        },
        {
            "start": 874557720,
            "stop": 874557934
        },
        {
            "start": 874557951,
            "stop": 874557983
        },
        {
            "start": 874558000,
            "stop": 874558153
        },
        {
            "start": 874558170,
            "stop": 874558216
        },
        {
            "start": 874558233,
            "stop": 874558249
        },
        {
            "start": 874558266,
            "stop": 874558347
        },
        {
            "start": 874558364,
            "stop": 874558537
        },
        {
            "start": 874558555,
            "stop": 874558669
        }
    ]
}