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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=170",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 171,
    "results": [
        {
            "start": 816828713,
            "stop": 816828716
        },
        {
            "start": 816828720,
            "stop": 816828744
        },
        {
            "start": 816828750,
            "stop": 816828751
        },
        {
            "start": 816828756,
            "stop": 816828762
        },
        {
            "start": 816828765,
            "stop": 816828779
        },
        {
            "start": 816828782,
            "stop": 816828787
        },
        {
            "start": 816828792,
            "stop": 816828796
        },
        {
            "start": 816828801,
            "stop": 816828887
        },
        {
            "start": 816828891,
            "stop": 816829156
        },
        {
            "start": 816829160,
            "stop": 816829240
        },
        {
            "start": 816829245,
            "stop": 816829256
        },
        {
            "start": 816829259,
            "stop": 816829264
        },
        {
            "start": 816829268,
            "stop": 816829293
        },
        {
            "start": 816829298,
            "stop": 816829301
        },
        {
            "start": 816829305,
            "stop": 816829363
        },
        {
            "start": 816829367,
            "stop": 816829424
        },
        {
            "start": 816829429,
            "stop": 816829431
        },
        {
            "start": 816829437,
            "stop": 816829438
        },
        {
            "start": 816829451,
            "stop": 816829452
        },
        {
            "start": 816829459,
            "stop": 816829460
        }
    ]
}