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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=84",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 85,
    "results": [
        {
            "start": 826197924,
            "stop": 826207808
        },
        {
            "start": 826207840,
            "stop": 826210976
        },
        {
            "start": 826211008,
            "stop": 826211168
        },
        {
            "start": 826211200,
            "stop": 826212384
        },
        {
            "start": 826212416,
            "stop": 826219520
        },
        {
            "start": 826219552,
            "stop": 826221888
        },
        {
            "start": 826221920,
            "stop": 826229353
        },
        {
            "start": 826231497,
            "stop": 826234368
        },
        {
            "start": 826234400,
            "stop": 826237033
        },
        {
            "start": 826237852,
            "stop": 826260121
        },
        {
            "start": 826262669,
            "stop": 826264736
        },
        {
            "start": 826264768,
            "stop": 826264978
        },
        {
            "start": 826274883,
            "stop": 826275599
        },
        {
            "start": 826282042,
            "stop": 826286016
        },
        {
            "start": 826286048,
            "stop": 826307648
        },
        {
            "start": 826307680,
            "stop": 826311776
        },
        {
            "start": 826311808,
            "stop": 826316338
        },
        {
            "start": 826319127,
            "stop": 826319413
        },
        {
            "start": 826322469,
            "stop": 826326897
        },
        {
            "start": 826328355,
            "stop": 826336416
        }
    ]
}