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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4994",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4995,
    "results": [
        {
            "start": 874457094,
            "stop": 874457116
        },
        {
            "start": 874457135,
            "stop": 874457174
        },
        {
            "start": 874457194,
            "stop": 874457264
        },
        {
            "start": 874457283,
            "stop": 874457451
        },
        {
            "start": 874457471,
            "stop": 874457569
        },
        {
            "start": 874457589,
            "stop": 874457709
        },
        {
            "start": 874457728,
            "stop": 874457797
        },
        {
            "start": 874457816,
            "stop": 874458005
        },
        {
            "start": 874458024,
            "stop": 874458043
        },
        {
            "start": 874458062,
            "stop": 874458206
        },
        {
            "start": 874458225,
            "stop": 874458231
        },
        {
            "start": 874458250,
            "stop": 874458328
        },
        {
            "start": 874458350,
            "stop": 874458352
        },
        {
            "start": 874458371,
            "stop": 874458739
        },
        {
            "start": 874458758,
            "stop": 874458974
        },
        {
            "start": 874458993,
            "stop": 874459210
        },
        {
            "start": 874459230,
            "stop": 874459242
        },
        {
            "start": 874459261,
            "stop": 874459397
        },
        {
            "start": 874459417,
            "stop": 874459440
        },
        {
            "start": 874459459,
            "stop": 874459523
        }
    ]
}