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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=112",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 113,
    "results": [
        {
            "start": 820924693,
            "stop": 820924753
        },
        {
            "start": 820924946,
            "stop": 820925546
        },
        {
            "start": 820925678,
            "stop": 820925918
        },
        {
            "start": 820970595,
            "stop": 820970775
        },
        {
            "start": 820970924,
            "stop": 820970984
        },
        {
            "start": 820971691,
            "stop": 820971991
        },
        {
            "start": 820972158,
            "stop": 820972218
        },
        {
            "start": 820972613,
            "stop": 820972973
        },
        {
            "start": 820974061,
            "stop": 820974121
        },
        {
            "start": 820977057,
            "stop": 820977117
        },
        {
            "start": 820977348,
            "stop": 820978488
        },
        {
            "start": 820978797,
            "stop": 820978857
        },
        {
            "start": 820979228,
            "stop": 820979708
        },
        {
            "start": 820979875,
            "stop": 820979995
        },
        {
            "start": 820980356,
            "stop": 820980476
        },
        {
            "start": 820981581,
            "stop": 820981701
        },
        {
            "start": 820982352,
            "stop": 820982412
        },
        {
            "start": 820983235,
            "stop": 820983655
        },
        {
            "start": 820983849,
            "stop": 820984119
        },
        {
            "start": 820984269,
            "stop": 820984449
        }
    ]
}