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=9830
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=9831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9829",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9830,
    "results": [
        {
            "start": 874081387,
            "stop": 874081417
        },
        {
            "start": 874082216,
            "stop": 874083248
        },
        {
            "start": 874083249,
            "stop": 874083250
        },
        {
            "start": 874083251,
            "stop": 874085141
        },
        {
            "start": 874085385,
            "stop": 874085783
        },
        {
            "start": 874085784,
            "stop": 874085982
        },
        {
            "start": 874085983,
            "stop": 874086214
        },
        {
            "start": 874086215,
            "stop": 874086261
        },
        {
            "start": 874086262,
            "stop": 874090683
        },
        {
            "start": 874090684,
            "stop": 874090935
        },
        {
            "start": 874090936,
            "stop": 874091048
        },
        {
            "start": 874091049,
            "stop": 874091781
        },
        {
            "start": 874091782,
            "stop": 874091943
        },
        {
            "start": 874091944,
            "stop": 874093266
        },
        {
            "start": 874093267,
            "stop": 874095126
        },
        {
            "start": 874095127,
            "stop": 874095309
        },
        {
            "start": 874095310,
            "stop": 874095339
        },
        {
            "start": 874095340,
            "stop": 874095767
        },
        {
            "start": 874095768,
            "stop": 874096330
        },
        {
            "start": 874096331,
            "stop": 874096658
        }
    ]
}