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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=160",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 161,
    "results": [
        {
            "start": 931423194,
            "stop": 931423195
        },
        {
            "start": 931423196,
            "stop": 931423203
        },
        {
            "start": 931423205,
            "stop": 931423219
        },
        {
            "start": 931423223,
            "stop": 931423225
        },
        {
            "start": 931423227,
            "stop": 931423231
        },
        {
            "start": 931423236,
            "stop": 931423237
        },
        {
            "start": 931423239,
            "stop": 931423242
        },
        {
            "start": 931423244,
            "stop": 931423247
        },
        {
            "start": 931423250,
            "stop": 931423251
        },
        {
            "start": 931423253,
            "stop": 931423257
        },
        {
            "start": 931423259,
            "stop": 931423264
        },
        {
            "start": 931423266,
            "stop": 931423273
        },
        {
            "start": 931423276,
            "stop": 931423278
        },
        {
            "start": 931423280,
            "stop": 931423284
        },
        {
            "start": 931423287,
            "stop": 931423291
        },
        {
            "start": 931423295,
            "stop": 931423353
        },
        {
            "start": 931423355,
            "stop": 931423361
        },
        {
            "start": 931423366,
            "stop": 931423367
        },
        {
            "start": 931423369,
            "stop": 931423371
        },
        {
            "start": 931423373,
            "stop": 931423376
        }
    ]
}