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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=216",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 217,
    "results": [
        {
            "start": 1421124469,
            "stop": 1421124474
        },
        {
            "start": 1421124475,
            "stop": 1421124639
        },
        {
            "start": 1421124640,
            "stop": 1421127794
        },
        {
            "start": 1421127795,
            "stop": 1421128705
        },
        {
            "start": 1421128706,
            "stop": 1421129234
        },
        {
            "start": 1421129236,
            "stop": 1421129472
        },
        {
            "start": 1421129473,
            "stop": 1421129693
        },
        {
            "start": 1421129698,
            "stop": 1421130357
        },
        {
            "start": 1421130359,
            "stop": 1421130677
        },
        {
            "start": 1421130685,
            "stop": 1421130695
        },
        {
            "start": 1421130696,
            "stop": 1421130859
        },
        {
            "start": 1421130861,
            "stop": 1421130958
        },
        {
            "start": 1421130960,
            "stop": 1421130985
        },
        {
            "start": 1421130987,
            "stop": 1421131096
        },
        {
            "start": 1421131098,
            "stop": 1421132391
        },
        {
            "start": 1421132394,
            "stop": 1421132548
        },
        {
            "start": 1421132550,
            "stop": 1421132749
        },
        {
            "start": 1421132753,
            "stop": 1421134244
        },
        {
            "start": 1421134246,
            "stop": 1421134262
        },
        {
            "start": 1421134263,
            "stop": 1421136088
        }
    ]
}