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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 25,
    "results": [
        {
            "start": 935005241,
            "stop": 935014935
        },
        {
            "start": 935019018,
            "stop": 935029040
        },
        {
            "start": 935029678,
            "stop": 935029700
        },
        {
            "start": 935030571,
            "stop": 935030605
        },
        {
            "start": 935030703,
            "stop": 935036034
        },
        {
            "start": 935038551,
            "stop": 935039298
        },
        {
            "start": 935040246,
            "stop": 935040880
        },
        {
            "start": 935042053,
            "stop": 935042103
        },
        {
            "start": 935045212,
            "stop": 935047279
        },
        {
            "start": 935051247,
            "stop": 935051756
        },
        {
            "start": 935061285,
            "stop": 935062799
        },
        {
            "start": 935072410,
            "stop": 935075473
        },
        {
            "start": 935076666,
            "stop": 935078919
        },
        {
            "start": 935079521,
            "stop": 935079582
        },
        {
            "start": 935080295,
            "stop": 935081443
        },
        {
            "start": 935083903,
            "stop": 935084009
        },
        {
            "start": 935084600,
            "stop": 935089656
        },
        {
            "start": 935091440,
            "stop": 935096238
        },
        {
            "start": 935096697,
            "stop": 935098434
        },
        {
            "start": 935100580,
            "stop": 935112860
        }
    ]
}