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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9900",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9901,
    "results": [
        {
            "start": 874569889,
            "stop": 874572749
        },
        {
            "start": 874572750,
            "stop": 874572821
        },
        {
            "start": 874572825,
            "stop": 874572878
        },
        {
            "start": 874572881,
            "stop": 874572884
        },
        {
            "start": 874572887,
            "stop": 874573050
        },
        {
            "start": 874573053,
            "stop": 874573075
        },
        {
            "start": 874573078,
            "stop": 874573080
        },
        {
            "start": 874573083,
            "stop": 874573116
        },
        {
            "start": 874573117,
            "stop": 874573156
        },
        {
            "start": 874573157,
            "stop": 874573167
        },
        {
            "start": 874573168,
            "stop": 874573174
        },
        {
            "start": 874573802,
            "stop": 874577317
        },
        {
            "start": 874577320,
            "stop": 874577543
        },
        {
            "start": 874577546,
            "stop": 874577585
        },
        {
            "start": 874577588,
            "stop": 874577594
        },
        {
            "start": 874577597,
            "stop": 874577854
        },
        {
            "start": 874577857,
            "stop": 874577871
        },
        {
            "start": 874577874,
            "stop": 874577887
        },
        {
            "start": 874577890,
            "stop": 874577893
        },
        {
            "start": 874577896,
            "stop": 874577983
        }
    ]
}