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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1995",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1996,
    "results": [
        {
            "start": 857253238,
            "stop": 857253257
        },
        {
            "start": 857253263,
            "stop": 857253265
        },
        {
            "start": 857253270,
            "stop": 857257827
        },
        {
            "start": 857258374,
            "stop": 857262418
        },
        {
            "start": 857263073,
            "stop": 857264647
        },
        {
            "start": 857264989,
            "stop": 857268708
        },
        {
            "start": 857269210,
            "stop": 857308434
        },
        {
            "start": 857308975,
            "stop": 857309962
        },
        {
            "start": 857309964,
            "stop": 857321203
        },
        {
            "start": 857321382,
            "stop": 857323397
        },
        {
            "start": 857323403,
            "stop": 857323422
        },
        {
            "start": 857323428,
            "stop": 857323450
        },
        {
            "start": 857323455,
            "stop": 857323460
        },
        {
            "start": 857323465,
            "stop": 857325335
        },
        {
            "start": 857325337,
            "stop": 857325342
        },
        {
            "start": 857325350,
            "stop": 857327912
        },
        {
            "start": 857327918,
            "stop": 857334762
        },
        {
            "start": 857335062,
            "stop": 857335790
        },
        {
            "start": 857336119,
            "stop": 857344821
        },
        {
            "start": 857344824,
            "stop": 857349500
        }
    ]
}