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=950
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=951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=949",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 950,
    "results": [
        {
            "start": 871051170,
            "stop": 871053510
        },
        {
            "start": 871053681,
            "stop": 871054101
        },
        {
            "start": 871054613,
            "stop": 871056413
        },
        {
            "start": 871056620,
            "stop": 871057520
        },
        {
            "start": 871058059,
            "stop": 871060459
        },
        {
            "start": 871062495,
            "stop": 871065615
        },
        {
            "start": 871065749,
            "stop": 871065989
        },
        {
            "start": 871071918,
            "stop": 871073238
        },
        {
            "start": 871073404,
            "stop": 871073944
        },
        {
            "start": 871074099,
            "stop": 871074939
        },
        {
            "start": 871076978,
            "stop": 871077218
        },
        {
            "start": 871077380,
            "stop": 871077560
        },
        {
            "start": 871080496,
            "stop": 871083796
        },
        {
            "start": 871083968,
            "stop": 871086368
        },
        {
            "start": 871086565,
            "stop": 871088065
        },
        {
            "start": 871088215,
            "stop": 871088275
        },
        {
            "start": 871088496,
            "stop": 871094556
        },
        {
            "start": 871094759,
            "stop": 871101839
        },
        {
            "start": 871101989,
            "stop": 871102919
        },
        {
            "start": 871103233,
            "stop": 871103503
        }
    ]
}