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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=70",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 71,
    "results": [
        {
            "start": 819513876,
            "stop": 819514116
        },
        {
            "start": 819514538,
            "stop": 819514598
        },
        {
            "start": 819515085,
            "stop": 819515145
        },
        {
            "start": 819516052,
            "stop": 819516292
        },
        {
            "start": 819516666,
            "stop": 819517086
        },
        {
            "start": 819517265,
            "stop": 819517385
        },
        {
            "start": 819517942,
            "stop": 819518122
        },
        {
            "start": 819518602,
            "stop": 819518662
        },
        {
            "start": 819519202,
            "stop": 819519322
        },
        {
            "start": 819519641,
            "stop": 819519881
        },
        {
            "start": 819520419,
            "stop": 819520479
        },
        {
            "start": 819521491,
            "stop": 819521611
        },
        {
            "start": 819521856,
            "stop": 819521976
        },
        {
            "start": 819522142,
            "stop": 819522202
        },
        {
            "start": 819522500,
            "stop": 819522680
        },
        {
            "start": 819522845,
            "stop": 819522965
        },
        {
            "start": 819523346,
            "stop": 819523766
        },
        {
            "start": 819523909,
            "stop": 819523969
        },
        {
            "start": 819525118,
            "stop": 819525178
        },
        {
            "start": 819525398,
            "stop": 819526118
        }
    ]
}