Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=6",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 7,
    "results": [
        {
            "start": 816436102,
            "stop": 816436522
        },
        {
            "start": 816436788,
            "stop": 816436848
        },
        {
            "start": 816437146,
            "stop": 816437446
        },
        {
            "start": 816437601,
            "stop": 816437841
        },
        {
            "start": 816445468,
            "stop": 816445528
        },
        {
            "start": 816459374,
            "stop": 816459434
        },
        {
            "start": 816459579,
            "stop": 816459639
        },
        {
            "start": 816462597,
            "stop": 816462687
        },
        {
            "start": 816463049,
            "stop": 816463109
        },
        {
            "start": 816467256,
            "stop": 816467556
        },
        {
            "start": 816469415,
            "stop": 816469535
        },
        {
            "start": 816469728,
            "stop": 816469788
        },
        {
            "start": 816470082,
            "stop": 816470202
        },
        {
            "start": 816470394,
            "stop": 816470454
        },
        {
            "start": 816471208,
            "stop": 816471268
        },
        {
            "start": 816471608,
            "stop": 816471668
        },
        {
            "start": 816474396,
            "stop": 816474456
        },
        {
            "start": 816475567,
            "stop": 816475747
        },
        {
            "start": 816476427,
            "stop": 816476487
        },
        {
            "start": 816477608,
            "stop": 816477728
        }
    ]
}