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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=518",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 519,
    "results": [
        {
            "start": 827099581,
            "stop": 827100791
        },
        {
            "start": 827100795,
            "stop": 827101332
        },
        {
            "start": 827101373,
            "stop": 827101387
        },
        {
            "start": 827101425,
            "stop": 827101432
        },
        {
            "start": 827101832,
            "stop": 827102074
        },
        {
            "start": 827102077,
            "stop": 827102318
        },
        {
            "start": 827102321,
            "stop": 827102492
        },
        {
            "start": 827102495,
            "stop": 827103548
        },
        {
            "start": 827103552,
            "stop": 827104659
        },
        {
            "start": 827104959,
            "stop": 827105558
        },
        {
            "start": 827105561,
            "stop": 827106523
        },
        {
            "start": 827106540,
            "stop": 827108379
        },
        {
            "start": 827108382,
            "stop": 827108640
        },
        {
            "start": 827108708,
            "stop": 827110284
        },
        {
            "start": 827110306,
            "stop": 827110307
        },
        {
            "start": 827110380,
            "stop": 827110505
        },
        {
            "start": 827110508,
            "stop": 827110526
        },
        {
            "start": 827110530,
            "stop": 827110543
        },
        {
            "start": 827110574,
            "stop": 827110575
        },
        {
            "start": 827110597,
            "stop": 827112308
        }
    ]
}