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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1377",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1378,
    "results": [
        {
            "start": 843868276,
            "stop": 843868288
        },
        {
            "start": 843868291,
            "stop": 843868303
        },
        {
            "start": 843868306,
            "stop": 843868312
        },
        {
            "start": 843868315,
            "stop": 843868322
        },
        {
            "start": 843868328,
            "stop": 843868336
        },
        {
            "start": 843868339,
            "stop": 843868345
        },
        {
            "start": 843868351,
            "stop": 843868354
        },
        {
            "start": 843868361,
            "stop": 843868364
        },
        {
            "start": 843868368,
            "stop": 843868370
        },
        {
            "start": 843868377,
            "stop": 843868395
        },
        {
            "start": 843868401,
            "stop": 843868403
        },
        {
            "start": 843868406,
            "stop": 843868411
        },
        {
            "start": 843868414,
            "stop": 843868415
        },
        {
            "start": 843868421,
            "stop": 843868422
        },
        {
            "start": 843868426,
            "stop": 843868428
        },
        {
            "start": 843868431,
            "stop": 843868438
        },
        {
            "start": 843868449,
            "stop": 843868499
        },
        {
            "start": 843868503,
            "stop": 843868504
        },
        {
            "start": 843868507,
            "stop": 843868514
        },
        {
            "start": 843868517,
            "stop": 843868522
        }
    ]
}