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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=375",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 376,
    "results": [
        {
            "start": 835994649,
            "stop": 835997799
        },
        {
            "start": 835997829,
            "stop": 835997889
        },
        {
            "start": 835997979,
            "stop": 835998189
        },
        {
            "start": 835998332,
            "stop": 835999652
        },
        {
            "start": 835999809,
            "stop": 835999989
        },
        {
            "start": 836000731,
            "stop": 836002651
        },
        {
            "start": 836003184,
            "stop": 836004264
        },
        {
            "start": 836004395,
            "stop": 836005775
        },
        {
            "start": 836005865,
            "stop": 836019785
        },
        {
            "start": 836019935,
            "stop": 836022335
        },
        {
            "start": 836022478,
            "stop": 836029438
        },
        {
            "start": 836030259,
            "stop": 836031699
        },
        {
            "start": 836031921,
            "stop": 836033151
        },
        {
            "start": 836033301,
            "stop": 836039001
        },
        {
            "start": 836039279,
            "stop": 836039339
        },
        {
            "start": 836042804,
            "stop": 836045744
        },
        {
            "start": 836045894,
            "stop": 836047904
        },
        {
            "start": 836048109,
            "stop": 836054229
        },
        {
            "start": 836054897,
            "stop": 836056097
        },
        {
            "start": 836056313,
            "stop": 836057783
        }
    ]
}