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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=158",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 159,
    "results": [
        {
            "start": 823431169,
            "stop": 823431229
        },
        {
            "start": 823431380,
            "stop": 823435100
        },
        {
            "start": 823435261,
            "stop": 823435741
        },
        {
            "start": 823435898,
            "stop": 823436498
        },
        {
            "start": 823436662,
            "stop": 823438282
        },
        {
            "start": 823438782,
            "stop": 823439442
        },
        {
            "start": 823439783,
            "stop": 823440023
        },
        {
            "start": 823440184,
            "stop": 823440244
        },
        {
            "start": 823441939,
            "stop": 823442059
        },
        {
            "start": 823444194,
            "stop": 823444254
        },
        {
            "start": 823447890,
            "stop": 823447950
        },
        {
            "start": 823448126,
            "stop": 823448186
        },
        {
            "start": 823448688,
            "stop": 823449408
        },
        {
            "start": 823449666,
            "stop": 823449846
        },
        {
            "start": 823517486,
            "stop": 823517546
        },
        {
            "start": 823517760,
            "stop": 823518420
        },
        {
            "start": 823518719,
            "stop": 823518899
        },
        {
            "start": 823519042,
            "stop": 823520842
        },
        {
            "start": 823520872,
            "stop": 823522522
        },
        {
            "start": 823522675,
            "stop": 823523935
        }
    ]
}