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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=38",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 39,
    "results": [
        {
            "start": 821293323,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821312144
        },
        {
            "start": 821312151,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821335392
        },
        {
            "start": 821335424,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821344194
        },
        {
            "start": 821344197,
            "stop": 821354362
        },
        {
            "start": 821354365,
            "stop": 821358944
        },
        {
            "start": 821358976,
            "stop": 821362208
        },
        {
            "start": 821362752,
            "stop": 821362816
        },
        {
            "start": 821365735,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821433504
        },
        {
            "start": 821433536,
            "stop": 821435712
        },
        {
            "start": 821435744,
            "stop": 821447488
        },
        {
            "start": 821447936,
            "stop": 821453696
        },
        {
            "start": 821454269,
            "stop": 821456742
        },
        {
            "start": 821456745,
            "stop": 821473872
        }
    ]
}