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/S6/timelines/L1_CW_CAT1/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=19",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 20,
    "results": [
        {
            "start": 934124604,
            "stop": 934124658
        },
        {
            "start": 934125654,
            "stop": 934126681
        },
        {
            "start": 934127447,
            "stop": 934127810
        },
        {
            "start": 934129284,
            "stop": 934129319
        },
        {
            "start": 934130061,
            "stop": 934130165
        },
        {
            "start": 934130784,
            "stop": 934131129
        },
        {
            "start": 934143372,
            "stop": 934145315
        },
        {
            "start": 934151819,
            "stop": 934152030
        },
        {
            "start": 934153240,
            "stop": 934153367
        },
        {
            "start": 934164501,
            "stop": 934167207
        },
        {
            "start": 934169252,
            "stop": 934169696
        },
        {
            "start": 934172662,
            "stop": 934173837
        },
        {
            "start": 934173897,
            "stop": 934191661
        },
        {
            "start": 934194795,
            "stop": 934198216
        },
        {
            "start": 934200263,
            "stop": 934202934
        },
        {
            "start": 934203863,
            "stop": 934204046
        },
        {
            "start": 934205550,
            "stop": 934205606
        },
        {
            "start": 934207817,
            "stop": 934207877
        },
        {
            "start": 934208848,
            "stop": 934209603
        },
        {
            "start": 934213804,
            "stop": 934213805
        }
    ]
}