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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=672",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 673,
    "results": [
        {
            "start": 853763410,
            "stop": 853763470
        },
        {
            "start": 853763911,
            "stop": 853766491
        },
        {
            "start": 853767640,
            "stop": 853769080
        },
        {
            "start": 853769280,
            "stop": 853769580
        },
        {
            "start": 853769762,
            "stop": 853770782
        },
        {
            "start": 853770944,
            "stop": 853771604
        },
        {
            "start": 853771754,
            "stop": 853771844
        },
        {
            "start": 853832618,
            "stop": 853834418
        },
        {
            "start": 853834760,
            "stop": 853838600
        },
        {
            "start": 853843401,
            "stop": 853845591
        },
        {
            "start": 853845796,
            "stop": 853846726
        },
        {
            "start": 853846877,
            "stop": 853848947
        },
        {
            "start": 853849067,
            "stop": 853853177
        },
        {
            "start": 853854679,
            "stop": 853857439
        },
        {
            "start": 853857618,
            "stop": 853858218
        },
        {
            "start": 853858390,
            "stop": 853859950
        },
        {
            "start": 853860159,
            "stop": 853862799
        },
        {
            "start": 853934501,
            "stop": 853938821
        },
        {
            "start": 853939924,
            "stop": 853940014
        },
        {
            "start": 853940164,
            "stop": 853941364
        }
    ]
}