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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=261",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 262,
    "results": [
        {
            "start": 821225700,
            "stop": 821226240
        },
        {
            "start": 821226300,
            "stop": 821227080
        },
        {
            "start": 821227140,
            "stop": 821227273
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821227521
        },
        {
            "start": 821227528,
            "stop": 821232433
        },
        {
            "start": 821233092,
            "stop": 821233910
        },
        {
            "start": 821233990,
            "stop": 821237202
        },
        {
            "start": 821237209,
            "stop": 821237306
        },
        {
            "start": 821237314,
            "stop": 821237810
        },
        {
            "start": 821237890,
            "stop": 821239333
        },
        {
            "start": 821240172,
            "stop": 821240606
        },
        {
            "start": 821240613,
            "stop": 821241170
        },
        {
            "start": 821241250,
            "stop": 821242370
        },
        {
            "start": 821242450,
            "stop": 821243330
        },
        {
            "start": 821243410,
            "stop": 821245812
        },
        {
            "start": 821245819,
            "stop": 821246021
        },
        {
            "start": 821246028,
            "stop": 821246650
        },
        {
            "start": 821246657,
            "stop": 821248433
        },
        {
            "start": 821248440,
            "stop": 821248784
        }
    ]
}