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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=408",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 409,
    "results": [
        {
            "start": 837830962,
            "stop": 837831082
        },
        {
            "start": 837831365,
            "stop": 837831905
        },
        {
            "start": 837832060,
            "stop": 837832120
        },
        {
            "start": 837832350,
            "stop": 837832530
        },
        {
            "start": 837833863,
            "stop": 837834103
        },
        {
            "start": 837834398,
            "stop": 837834638
        },
        {
            "start": 837836224,
            "stop": 837836344
        },
        {
            "start": 837836554,
            "stop": 837837394
        },
        {
            "start": 837837566,
            "stop": 837837986
        },
        {
            "start": 837838962,
            "stop": 837843162
        },
        {
            "start": 837845437,
            "stop": 837856117
        },
        {
            "start": 837856319,
            "stop": 837865859
        },
        {
            "start": 837867114,
            "stop": 837869034
        },
        {
            "start": 837869295,
            "stop": 837870255
        },
        {
            "start": 837870434,
            "stop": 837871274
        },
        {
            "start": 837913169,
            "stop": 837914249
        },
        {
            "start": 837914546,
            "stop": 837921386
        },
        {
            "start": 837924040,
            "stop": 837924220
        },
        {
            "start": 837925136,
            "stop": 837927296
        },
        {
            "start": 837927954,
            "stop": 837935634
        }
    ]
}