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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=127",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 128,
    "results": [
        {
            "start": 827713302,
            "stop": 827713333
        },
        {
            "start": 827713341,
            "stop": 827713380
        },
        {
            "start": 827713383,
            "stop": 827713391
        },
        {
            "start": 827713395,
            "stop": 827713413
        },
        {
            "start": 827713417,
            "stop": 827713435
        },
        {
            "start": 827713439,
            "stop": 827713513
        },
        {
            "start": 827713517,
            "stop": 827713532
        },
        {
            "start": 827713546,
            "stop": 827713571
        },
        {
            "start": 827713575,
            "stop": 827713616
        },
        {
            "start": 827713619,
            "stop": 827713640
        },
        {
            "start": 827713643,
            "stop": 827713673
        },
        {
            "start": 827713676,
            "stop": 827714003
        },
        {
            "start": 827714007,
            "stop": 827714018
        },
        {
            "start": 827714022,
            "stop": 827769874
        },
        {
            "start": 827770013,
            "stop": 827771533
        },
        {
            "start": 827773716,
            "stop": 827784073
        },
        {
            "start": 827785085,
            "stop": 827786454
        },
        {
            "start": 827787236,
            "stop": 827791513
        },
        {
            "start": 827792432,
            "stop": 827793073
        },
        {
            "start": 827793898,
            "stop": 827794742
        }
    ]
}