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=1035
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=1036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1034",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1035,
    "results": [
        {
            "start": 874311836,
            "stop": 874312076
        },
        {
            "start": 874312326,
            "stop": 874313346
        },
        {
            "start": 874324213,
            "stop": 874329103
        },
        {
            "start": 874331987,
            "stop": 874333847
        },
        {
            "start": 874334026,
            "stop": 874334506
        },
        {
            "start": 874335007,
            "stop": 874338007
        },
        {
            "start": 874338165,
            "stop": 874340025
        },
        {
            "start": 874340191,
            "stop": 874340311
        },
        {
            "start": 874341470,
            "stop": 874342130
        },
        {
            "start": 874342283,
            "stop": 874342793
        },
        {
            "start": 874342823,
            "stop": 874343093
        },
        {
            "start": 874346587,
            "stop": 874346797
        },
        {
            "start": 874350664,
            "stop": 874351084
        },
        {
            "start": 874351227,
            "stop": 874351947
        },
        {
            "start": 874354964,
            "stop": 874355084
        },
        {
            "start": 874356475,
            "stop": 874357675
        },
        {
            "start": 874357841,
            "stop": 874358411
        },
        {
            "start": 874358441,
            "stop": 874358561
        },
        {
            "start": 874358761,
            "stop": 874359151
        },
        {
            "start": 874359360,
            "stop": 874359420
        }
    ]
}