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=9863
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=9864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9862",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9863,
    "results": [
        {
            "start": 874307198,
            "stop": 874307297
        },
        {
            "start": 874307300,
            "stop": 874307457
        },
        {
            "start": 874307460,
            "stop": 874307525
        },
        {
            "start": 874307528,
            "stop": 874307630
        },
        {
            "start": 874307633,
            "stop": 874307707
        },
        {
            "start": 874307710,
            "stop": 874307738
        },
        {
            "start": 874307741,
            "stop": 874307755
        },
        {
            "start": 874307758,
            "stop": 874307759
        },
        {
            "start": 874307765,
            "stop": 874307777
        },
        {
            "start": 874307780,
            "stop": 874307786
        },
        {
            "start": 874307789,
            "stop": 874309717
        },
        {
            "start": 874311276,
            "stop": 874311538
        },
        {
            "start": 874311541,
            "stop": 874311547
        },
        {
            "start": 874311550,
            "stop": 874311573
        },
        {
            "start": 874311576,
            "stop": 874312156
        },
        {
            "start": 874312159,
            "stop": 874312166
        },
        {
            "start": 874312170,
            "stop": 874312176
        },
        {
            "start": 874312179,
            "stop": 874312204
        },
        {
            "start": 874312207,
            "stop": 874312211
        },
        {
            "start": 874312214,
            "stop": 874312226
        }
    ]
}