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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=741",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 742,
    "results": [
        {
            "start": 855735267,
            "stop": 855735327
        },
        {
            "start": 855735477,
            "stop": 855736977
        },
        {
            "start": 855738051,
            "stop": 855738111
        },
        {
            "start": 855740094,
            "stop": 855741234
        },
        {
            "start": 855741380,
            "stop": 855744740
        },
        {
            "start": 855745179,
            "stop": 855746139
        },
        {
            "start": 855746296,
            "stop": 855747076
        },
        {
            "start": 855747349,
            "stop": 855748249
        },
        {
            "start": 855750183,
            "stop": 855750603
        },
        {
            "start": 855750766,
            "stop": 855750886
        },
        {
            "start": 855751697,
            "stop": 855751757
        },
        {
            "start": 855751903,
            "stop": 855752083
        },
        {
            "start": 855752237,
            "stop": 855752297
        },
        {
            "start": 855752491,
            "stop": 855752551
        },
        {
            "start": 855752722,
            "stop": 855752842
        },
        {
            "start": 855753396,
            "stop": 855753756
        },
        {
            "start": 855754391,
            "stop": 855754511
        },
        {
            "start": 855756001,
            "stop": 855756121
        },
        {
            "start": 855756266,
            "stop": 855756626
        },
        {
            "start": 855756840,
            "stop": 855758250
        }
    ]
}