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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10145",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10146,
    "results": [
        {
            "start": 873724132,
            "stop": 873724155
        },
        {
            "start": 873724162,
            "stop": 873724321
        },
        {
            "start": 873724328,
            "stop": 873724332
        },
        {
            "start": 873724342,
            "stop": 873724363
        },
        {
            "start": 873724382,
            "stop": 873724391
        },
        {
            "start": 873724400,
            "stop": 873724436
        },
        {
            "start": 873724472,
            "stop": 873724478
        },
        {
            "start": 873724493,
            "stop": 873724499
        },
        {
            "start": 873724521,
            "stop": 873724602
        },
        {
            "start": 873724610,
            "stop": 873724634
        },
        {
            "start": 873724674,
            "stop": 873724691
        },
        {
            "start": 873724698,
            "stop": 873724718
        },
        {
            "start": 873724753,
            "stop": 873724840
        },
        {
            "start": 873728978,
            "stop": 873728987
        },
        {
            "start": 873729022,
            "stop": 873729036
        },
        {
            "start": 873729047,
            "stop": 873729086
        },
        {
            "start": 873729120,
            "stop": 873729129
        },
        {
            "start": 873729261,
            "stop": 873729277
        },
        {
            "start": 873729288,
            "stop": 873729341
        },
        {
            "start": 873729355,
            "stop": 873729386
        }
    ]
}