Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=37",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 38,
    "results": [
        {
            "start": 816373924,
            "stop": 816373927
        },
        {
            "start": 816373931,
            "stop": 816373960
        },
        {
            "start": 816373965,
            "stop": 816373980
        },
        {
            "start": 816373984,
            "stop": 816374072
        },
        {
            "start": 816374079,
            "stop": 816374082
        },
        {
            "start": 816374091,
            "stop": 816374103
        },
        {
            "start": 816374132,
            "stop": 816374343
        },
        {
            "start": 816374347,
            "stop": 816374406
        },
        {
            "start": 816374413,
            "stop": 816374417
        },
        {
            "start": 816374425,
            "stop": 816374477
        },
        {
            "start": 816374481,
            "stop": 816374483
        },
        {
            "start": 816374491,
            "stop": 816374497
        },
        {
            "start": 816374500,
            "stop": 816374546
        },
        {
            "start": 816374549,
            "stop": 816374626
        },
        {
            "start": 816374634,
            "stop": 816374707
        },
        {
            "start": 816374720,
            "stop": 816375165
        },
        {
            "start": 816375173,
            "stop": 816375176
        },
        {
            "start": 816375182,
            "stop": 816375243
        },
        {
            "start": 816375250,
            "stop": 816375328
        },
        {
            "start": 816375332,
            "stop": 816375396
        }
    ]
}