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=852
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=853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=851",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 852,
    "results": [
        {
            "start": 864674652,
            "stop": 864676332
        },
        {
            "start": 864677477,
            "stop": 864678437
        },
        {
            "start": 864679231,
            "stop": 864679711
        },
        {
            "start": 864679943,
            "stop": 864696323
        },
        {
            "start": 864696531,
            "stop": 864699831
        },
        {
            "start": 864699961,
            "stop": 864708241
        },
        {
            "start": 864708441,
            "stop": 864709281
        },
        {
            "start": 864709437,
            "stop": 864713997
        },
        {
            "start": 864714264,
            "stop": 864715614
        },
        {
            "start": 864715764,
            "stop": 864722424
        },
        {
            "start": 864725204,
            "stop": 864725864
        },
        {
            "start": 864726112,
            "stop": 864726172
        },
        {
            "start": 864726375,
            "stop": 864727575
        },
        {
            "start": 864728337,
            "stop": 864735597
        },
        {
            "start": 864735897,
            "stop": 864735957
        },
        {
            "start": 864736101,
            "stop": 864736221
        },
        {
            "start": 864736371,
            "stop": 864736971
        },
        {
            "start": 864737221,
            "stop": 864737461
        },
        {
            "start": 864737611,
            "stop": 864737971
        },
        {
            "start": 864738121,
            "stop": 864740041
        }
    ]
}