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_H1L1/segments?format=api&page=2
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_H1L1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 2,
    "results": [
        {
            "start": 816325401,
            "stop": 816325701
        },
        {
            "start": 816325761,
            "stop": 816326001
        },
        {
            "start": 816327699,
            "stop": 816328419
        },
        {
            "start": 816328569,
            "stop": 816330339
        },
        {
            "start": 816330975,
            "stop": 816332655
        },
        {
            "start": 816332840,
            "stop": 816335660
        },
        {
            "start": 816335884,
            "stop": 816337504
        },
        {
            "start": 816338589,
            "stop": 816339429
        },
        {
            "start": 816339586,
            "stop": 816341866
        },
        {
            "start": 816344487,
            "stop": 816346287
        },
        {
            "start": 816346444,
            "stop": 816348184
        },
        {
            "start": 816349098,
            "stop": 816351558
        },
        {
            "start": 816351751,
            "stop": 816353311
        },
        {
            "start": 816356425,
            "stop": 816356845
        },
        {
            "start": 816357005,
            "stop": 816357485
        },
        {
            "start": 816357656,
            "stop": 816358316
        },
        {
            "start": 816358681,
            "stop": 816358741
        },
        {
            "start": 816363328,
            "stop": 816363448
        },
        {
            "start": 816374792,
            "stop": 816375092
        },
        {
            "start": 816387020,
            "stop": 816387440
        }
    ]
}