Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=33
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_H1L1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=32",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 33,
    "results": [
        {
            "start": 817890634,
            "stop": 817890694
        },
        {
            "start": 817892318,
            "stop": 817892618
        },
        {
            "start": 817892777,
            "stop": 817893017
        },
        {
            "start": 817893178,
            "stop": 817893358
        },
        {
            "start": 817893533,
            "stop": 817893593
        },
        {
            "start": 817894127,
            "stop": 817894307
        },
        {
            "start": 817894699,
            "stop": 817894759
        },
        {
            "start": 817894937,
            "stop": 817895057
        },
        {
            "start": 817895378,
            "stop": 817895438
        },
        {
            "start": 817895671,
            "stop": 817895791
        },
        {
            "start": 817895944,
            "stop": 817896124
        },
        {
            "start": 817896629,
            "stop": 817896749
        },
        {
            "start": 817897021,
            "stop": 817897081
        },
        {
            "start": 817897744,
            "stop": 817898404
        },
        {
            "start": 817898645,
            "stop": 817898705
        },
        {
            "start": 817899135,
            "stop": 817899315
        },
        {
            "start": 817899495,
            "stop": 817899735
        },
        {
            "start": 817899952,
            "stop": 817900012
        },
        {
            "start": 817901196,
            "stop": 817901256
        },
        {
            "start": 817903037,
            "stop": 817903277
        }
    ]
}