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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7383",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7384,
    "results": [
        {
            "start": 969676838,
            "stop": 969676897
        },
        {
            "start": 969676900,
            "stop": 969676926
        },
        {
            "start": 969676966,
            "stop": 969676969
        },
        {
            "start": 969676972,
            "stop": 969677104
        },
        {
            "start": 969677107,
            "stop": 969677204
        },
        {
            "start": 969677209,
            "stop": 969677255
        },
        {
            "start": 969677258,
            "stop": 969677296
        },
        {
            "start": 969677299,
            "stop": 969677327
        },
        {
            "start": 969677330,
            "stop": 969677519
        },
        {
            "start": 969677522,
            "stop": 969677543
        },
        {
            "start": 969677546,
            "stop": 969677659
        },
        {
            "start": 969677662,
            "stop": 969677713
        },
        {
            "start": 969677716,
            "stop": 969678270
        },
        {
            "start": 969678291,
            "stop": 969678300
        },
        {
            "start": 969678372,
            "stop": 969678436
        },
        {
            "start": 969678459,
            "stop": 969678580
        },
        {
            "start": 969678613,
            "stop": 969678628
        },
        {
            "start": 969678690,
            "stop": 969678712
        },
        {
            "start": 969678733,
            "stop": 969678771
        },
        {
            "start": 969678774,
            "stop": 969678923
        }
    ]
}