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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=74",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 75,
    "results": [
        {
            "start": 950370968,
            "stop": 950390550
        },
        {
            "start": 950396814,
            "stop": 950445228
        },
        {
            "start": 950446868,
            "stop": 950448750
        },
        {
            "start": 950450729,
            "stop": 950453028
        },
        {
            "start": 950459552,
            "stop": 950459964
        },
        {
            "start": 950468702,
            "stop": 950470234
        },
        {
            "start": 950478876,
            "stop": 950478891
        },
        {
            "start": 950479744,
            "stop": 950481840
        },
        {
            "start": 950489993,
            "stop": 950492045
        },
        {
            "start": 950509392,
            "stop": 950509988
        },
        {
            "start": 950514819,
            "stop": 950537234
        },
        {
            "start": 950538337,
            "stop": 950538997
        },
        {
            "start": 950548578,
            "stop": 950558957
        },
        {
            "start": 950577301,
            "stop": 950581920
        },
        {
            "start": 950598090,
            "stop": 950598222
        },
        {
            "start": 950598368,
            "stop": 950601484
        },
        {
            "start": 950603312,
            "stop": 950611886
        },
        {
            "start": 950612755,
            "stop": 950614779
        },
        {
            "start": 950617517,
            "stop": 950618397
        },
        {
            "start": 950618561,
            "stop": 950620015
        }
    ]
}