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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=208",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 209,
    "results": [
        {
            "start": 816860155,
            "stop": 816860164
        },
        {
            "start": 816860167,
            "stop": 816860205
        },
        {
            "start": 816860209,
            "stop": 816860349
        },
        {
            "start": 816860354,
            "stop": 816860357
        },
        {
            "start": 816860362,
            "stop": 816860363
        },
        {
            "start": 816860372,
            "stop": 816860379
        },
        {
            "start": 816860383,
            "stop": 816860385
        },
        {
            "start": 816860389,
            "stop": 816860394
        },
        {
            "start": 816860398,
            "stop": 816860437
        },
        {
            "start": 816860440,
            "stop": 816860450
        },
        {
            "start": 816860454,
            "stop": 816860456
        },
        {
            "start": 816860461,
            "stop": 816860542
        },
        {
            "start": 816860548,
            "stop": 816860609
        },
        {
            "start": 816860614,
            "stop": 816860632
        },
        {
            "start": 816860636,
            "stop": 816860668
        },
        {
            "start": 816860672,
            "stop": 816860673
        },
        {
            "start": 816860696,
            "stop": 816860698
        },
        {
            "start": 816860706,
            "stop": 816860714
        },
        {
            "start": 816860724,
            "stop": 816860728
        },
        {
            "start": 816860733,
            "stop": 816860738
        }
    ]
}