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=923
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=924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=922",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 923,
    "results": [
        {
            "start": 865534256,
            "stop": 865538366
        },
        {
            "start": 865538516,
            "stop": 865539416
        },
        {
            "start": 865539566,
            "stop": 865540136
        },
        {
            "start": 865540297,
            "stop": 865542397
        },
        {
            "start": 865543858,
            "stop": 865544398
        },
        {
            "start": 865544541,
            "stop": 865547841
        },
        {
            "start": 865550584,
            "stop": 865556944
        },
        {
            "start": 865558436,
            "stop": 865565516
        },
        {
            "start": 865565696,
            "stop": 865567346
        },
        {
            "start": 865567496,
            "stop": 865576136
        },
        {
            "start": 865576335,
            "stop": 865577955
        },
        {
            "start": 865579405,
            "stop": 865583425
        },
        {
            "start": 865584704,
            "stop": 865592954
        },
        {
            "start": 865593104,
            "stop": 865594784
        },
        {
            "start": 865599449,
            "stop": 865599509
        },
        {
            "start": 865599784,
            "stop": 865600924
        },
        {
            "start": 865601101,
            "stop": 865601821
        },
        {
            "start": 865601997,
            "stop": 865603677
        },
        {
            "start": 865603827,
            "stop": 865604067
        },
        {
            "start": 865604322,
            "stop": 865604442
        }
    ]
}