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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=89",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 90,
    "results": [
        {
            "start": 816617502,
            "stop": 816617504
        },
        {
            "start": 816617515,
            "stop": 816617518
        },
        {
            "start": 816617527,
            "stop": 816617530
        },
        {
            "start": 816617539,
            "stop": 816617542
        },
        {
            "start": 816617552,
            "stop": 816617564
        },
        {
            "start": 816617567,
            "stop": 816617588
        },
        {
            "start": 816617598,
            "stop": 816617602
        },
        {
            "start": 816617611,
            "stop": 816617615
        },
        {
            "start": 816617619,
            "stop": 816617633
        },
        {
            "start": 816617637,
            "stop": 816617708
        },
        {
            "start": 816617711,
            "stop": 816617716
        },
        {
            "start": 816617723,
            "stop": 816617728
        },
        {
            "start": 816617736,
            "stop": 816617739
        },
        {
            "start": 816617743,
            "stop": 816617772
        },
        {
            "start": 816617779,
            "stop": 816617783
        },
        {
            "start": 816617796,
            "stop": 816617816
        },
        {
            "start": 816617824,
            "stop": 816617825
        },
        {
            "start": 816617832,
            "stop": 816617840
        },
        {
            "start": 816617844,
            "stop": 816617846
        },
        {
            "start": 816617853,
            "stop": 816617855
        }
    ]
}