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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=975",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 976,
    "results": [
        {
            "start": 869412667,
            "stop": 869412727
        },
        {
            "start": 869412870,
            "stop": 869413650
        },
        {
            "start": 869439710,
            "stop": 869441150
        },
        {
            "start": 869441380,
            "stop": 869442280
        },
        {
            "start": 869442425,
            "stop": 869442545
        },
        {
            "start": 869443620,
            "stop": 869443980
        },
        {
            "start": 869444115,
            "stop": 869444595
        },
        {
            "start": 869444625,
            "stop": 869444865
        },
        {
            "start": 869445015,
            "stop": 869445315
        },
        {
            "start": 869445345,
            "stop": 869445585
        },
        {
            "start": 869445615,
            "stop": 869446395
        },
        {
            "start": 869446425,
            "stop": 869446575
        },
        {
            "start": 869453366,
            "stop": 869464496
        },
        {
            "start": 869464556,
            "stop": 869464736
        },
        {
            "start": 869464766,
            "stop": 869464886
        },
        {
            "start": 869476747,
            "stop": 869487007
        },
        {
            "start": 869487157,
            "stop": 869489407
        },
        {
            "start": 869490034,
            "stop": 869491594
        },
        {
            "start": 869491774,
            "stop": 869492074
        },
        {
            "start": 869498397,
            "stop": 869498697
        }
    ]
}