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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=198",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 199,
    "results": [
        {
            "start": 826529071,
            "stop": 826529731
        },
        {
            "start": 826529909,
            "stop": 826530029
        },
        {
            "start": 826530209,
            "stop": 826530449
        },
        {
            "start": 826530628,
            "stop": 826531468
        },
        {
            "start": 826532352,
            "stop": 826533192
        },
        {
            "start": 826533337,
            "stop": 826534177
        },
        {
            "start": 826534357,
            "stop": 826534417
        },
        {
            "start": 826534447,
            "stop": 826535437
        },
        {
            "start": 826535589,
            "stop": 826535709
        },
        {
            "start": 826535951,
            "stop": 826536131
        },
        {
            "start": 826536161,
            "stop": 826536851
        },
        {
            "start": 826536994,
            "stop": 826538734
        },
        {
            "start": 826538927,
            "stop": 826539107
        },
        {
            "start": 826539771,
            "stop": 826540491
        },
        {
            "start": 826540786,
            "stop": 826540936
        },
        {
            "start": 826540966,
            "stop": 826541386
        },
        {
            "start": 826543461,
            "stop": 826543671
        },
        {
            "start": 826544027,
            "stop": 826544387
        },
        {
            "start": 826544582,
            "stop": 826544702
        },
        {
            "start": 826544873,
            "stop": 826545293
        }
    ]
}