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=7878
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=7879",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7877",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7878,
    "results": [
        {
            "start": 969911062,
            "stop": 969911087
        },
        {
            "start": 969911091,
            "stop": 969911108
        },
        {
            "start": 969911111,
            "stop": 969911113
        },
        {
            "start": 969911116,
            "stop": 969911156
        },
        {
            "start": 969911160,
            "stop": 969911164
        },
        {
            "start": 969911167,
            "stop": 969911170
        },
        {
            "start": 969911175,
            "stop": 969911273
        },
        {
            "start": 969911276,
            "stop": 969911278
        },
        {
            "start": 969911281,
            "stop": 969911295
        },
        {
            "start": 969911298,
            "stop": 969911315
        },
        {
            "start": 969911318,
            "stop": 969911349
        },
        {
            "start": 969911352,
            "stop": 969911358
        },
        {
            "start": 969911361,
            "stop": 969911375
        },
        {
            "start": 969911380,
            "stop": 969911405
        },
        {
            "start": 969911420,
            "stop": 969911421
        },
        {
            "start": 969911450,
            "stop": 969911502
        },
        {
            "start": 969911505,
            "stop": 969911523
        },
        {
            "start": 969911527,
            "stop": 969911545
        },
        {
            "start": 969911548,
            "stop": 969911600
        },
        {
            "start": 969911621,
            "stop": 969911641
        }
    ]
}