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=642
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=643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=641",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 642,
    "results": [
        {
            "start": 851809257,
            "stop": 851811777
        },
        {
            "start": 851812014,
            "stop": 851814354
        },
        {
            "start": 851814646,
            "stop": 851814946
        },
        {
            "start": 851815257,
            "stop": 851819127
        },
        {
            "start": 851819157,
            "stop": 851820837
        },
        {
            "start": 851821053,
            "stop": 851831913
        },
        {
            "start": 851832063,
            "stop": 851843763
        },
        {
            "start": 851843913,
            "stop": 851844993
        },
        {
            "start": 851846009,
            "stop": 851848829
        },
        {
            "start": 851849024,
            "stop": 851857904
        },
        {
            "start": 851858149,
            "stop": 851860309
        },
        {
            "start": 851860701,
            "stop": 851861661
        },
        {
            "start": 851863690,
            "stop": 851868190
        },
        {
            "start": 851869300,
            "stop": 851870020
        },
        {
            "start": 851870181,
            "stop": 851870481
        },
        {
            "start": 851871017,
            "stop": 851871137
        },
        {
            "start": 851871334,
            "stop": 851871394
        },
        {
            "start": 851878055,
            "stop": 851878775
        },
        {
            "start": 851885257,
            "stop": 851886337
        },
        {
            "start": 851886571,
            "stop": 851886631
        }
    ]
}