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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3486",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3484",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3485,
    "results": [
        {
            "start": 970002010,
            "stop": 970002067
        },
        {
            "start": 970002070,
            "stop": 970002127
        },
        {
            "start": 970002130,
            "stop": 970002132
        },
        {
            "start": 970002136,
            "stop": 970002154
        },
        {
            "start": 970002157,
            "stop": 970002169
        },
        {
            "start": 970002173,
            "stop": 970002198
        },
        {
            "start": 970002210,
            "stop": 970002224
        },
        {
            "start": 970002227,
            "stop": 970002260
        },
        {
            "start": 970002264,
            "stop": 970002277
        },
        {
            "start": 970002280,
            "stop": 970002285
        },
        {
            "start": 970002289,
            "stop": 970002290
        },
        {
            "start": 970002293,
            "stop": 970002297
        },
        {
            "start": 970002302,
            "stop": 970002315
        },
        {
            "start": 970002319,
            "stop": 970002325
        },
        {
            "start": 970002329,
            "stop": 970002337
        },
        {
            "start": 970002340,
            "stop": 970002344
        },
        {
            "start": 970002347,
            "stop": 970002594
        },
        {
            "start": 970002600,
            "stop": 970002687
        },
        {
            "start": 970002690,
            "stop": 970002759
        },
        {
            "start": 970002799,
            "stop": 970002887
        }
    ]
}