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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=167",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 168,
    "results": [
        {
            "start": 816825791,
            "stop": 816825793
        },
        {
            "start": 816827265,
            "stop": 816827297
        },
        {
            "start": 816827303,
            "stop": 816827308
        },
        {
            "start": 816827314,
            "stop": 816827317
        },
        {
            "start": 816827322,
            "stop": 816827334
        },
        {
            "start": 816827338,
            "stop": 816827342
        },
        {
            "start": 816827346,
            "stop": 816827349
        },
        {
            "start": 816827356,
            "stop": 816827358
        },
        {
            "start": 816827363,
            "stop": 816827397
        },
        {
            "start": 816827401,
            "stop": 816827442
        },
        {
            "start": 816827447,
            "stop": 816827449
        },
        {
            "start": 816827454,
            "stop": 816827514
        },
        {
            "start": 816827543,
            "stop": 816827544
        },
        {
            "start": 816827549,
            "stop": 816827559
        },
        {
            "start": 816827564,
            "stop": 816827578
        },
        {
            "start": 816827585,
            "stop": 816827598
        },
        {
            "start": 816827614,
            "stop": 816827660
        },
        {
            "start": 816827668,
            "stop": 816827674
        },
        {
            "start": 816827681,
            "stop": 816827682
        },
        {
            "start": 816827687,
            "stop": 816827699
        }
    ]
}