Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=266
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_H2L1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=265",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 266,
    "results": [
        {
            "start": 829787450,
            "stop": 829788110
        },
        {
            "start": 829788572,
            "stop": 829794872
        },
        {
            "start": 829795022,
            "stop": 829795082
        },
        {
            "start": 829797186,
            "stop": 829809426
        },
        {
            "start": 829812428,
            "stop": 829813088
        },
        {
            "start": 829816722,
            "stop": 829819032
        },
        {
            "start": 829819152,
            "stop": 829821942
        },
        {
            "start": 829822092,
            "stop": 829824882
        },
        {
            "start": 829828516,
            "stop": 829831696
        },
        {
            "start": 829831726,
            "stop": 829832356
        },
        {
            "start": 829832511,
            "stop": 829832931
        },
        {
            "start": 829833098,
            "stop": 829835798
        },
        {
            "start": 829838212,
            "stop": 829839412
        },
        {
            "start": 829839562,
            "stop": 829842472
        },
        {
            "start": 829845548,
            "stop": 829845608
        },
        {
            "start": 829845772,
            "stop": 829846612
        },
        {
            "start": 829846782,
            "stop": 829848942
        },
        {
            "start": 829849347,
            "stop": 829849557
        },
        {
            "start": 829849721,
            "stop": 829852511
        },
        {
            "start": 829852541,
            "stop": 829853261
        }
    ]
}