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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=228",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 229,
    "results": [
        {
            "start": 958418334,
            "stop": 958418602
        },
        {
            "start": 958418604,
            "stop": 958419270
        },
        {
            "start": 958419275,
            "stop": 958419276
        },
        {
            "start": 958419280,
            "stop": 958421808
        },
        {
            "start": 958426193,
            "stop": 958426542
        },
        {
            "start": 958426548,
            "stop": 958426552
        },
        {
            "start": 958426555,
            "stop": 958426584
        },
        {
            "start": 958426586,
            "stop": 958427094
        },
        {
            "start": 958427096,
            "stop": 958427725
        },
        {
            "start": 958427730,
            "stop": 958428322
        },
        {
            "start": 958428326,
            "stop": 958428327
        },
        {
            "start": 958428337,
            "stop": 958428747
        },
        {
            "start": 958428750,
            "stop": 958428855
        },
        {
            "start": 958428869,
            "stop": 958429443
        },
        {
            "start": 958429451,
            "stop": 958429458
        },
        {
            "start": 958431662,
            "stop": 958431674
        },
        {
            "start": 958431677,
            "stop": 958431681
        },
        {
            "start": 958431686,
            "stop": 958431882
        },
        {
            "start": 958431885,
            "stop": 958432550
        },
        {
            "start": 958432562,
            "stop": 958433844
        }
    ]
}