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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9823",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9824,
    "results": [
        {
            "start": 874042972,
            "stop": 874042976
        },
        {
            "start": 874042979,
            "stop": 874042984
        },
        {
            "start": 874042987,
            "stop": 874043359
        },
        {
            "start": 874043362,
            "stop": 874043366
        },
        {
            "start": 874043369,
            "stop": 874043528
        },
        {
            "start": 874043531,
            "stop": 874043548
        },
        {
            "start": 874043551,
            "stop": 874043559
        },
        {
            "start": 874043562,
            "stop": 874043585
        },
        {
            "start": 874043588,
            "stop": 874043694
        },
        {
            "start": 874043708,
            "stop": 874043713
        },
        {
            "start": 874043716,
            "stop": 874043736
        },
        {
            "start": 874043739,
            "stop": 874043740
        },
        {
            "start": 874043743,
            "stop": 874043747
        },
        {
            "start": 874043750,
            "stop": 874043752
        },
        {
            "start": 874043755,
            "stop": 874043758
        },
        {
            "start": 874043762,
            "stop": 874043767
        },
        {
            "start": 874043775,
            "stop": 874043777
        },
        {
            "start": 874043780,
            "stop": 874043797
        },
        {
            "start": 874043804,
            "stop": 874043818
        },
        {
            "start": 874043821,
            "stop": 874043828
        }
    ]
}