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=9850
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=9851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9849",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9850,
    "results": [
        {
            "start": 874225127,
            "stop": 874225149
        },
        {
            "start": 874225152,
            "stop": 874225157
        },
        {
            "start": 874225160,
            "stop": 874225229
        },
        {
            "start": 874225232,
            "stop": 874225316
        },
        {
            "start": 874225325,
            "stop": 874225328
        },
        {
            "start": 874225331,
            "stop": 874225339
        },
        {
            "start": 874225345,
            "stop": 874225347
        },
        {
            "start": 874225351,
            "stop": 874225354
        },
        {
            "start": 874225357,
            "stop": 874225423
        },
        {
            "start": 874225426,
            "stop": 874225434
        },
        {
            "start": 874228583,
            "stop": 874229915
        },
        {
            "start": 874229918,
            "stop": 874229945
        },
        {
            "start": 874229948,
            "stop": 874229949
        },
        {
            "start": 874229952,
            "stop": 874229970
        },
        {
            "start": 874229973,
            "stop": 874230449
        },
        {
            "start": 874230452,
            "stop": 874230751
        },
        {
            "start": 874230754,
            "stop": 874230763
        },
        {
            "start": 874230766,
            "stop": 874230787
        },
        {
            "start": 874230790,
            "stop": 874230870
        },
        {
            "start": 874230874,
            "stop": 874230890
        }
    ]
}