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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=391",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 392,
    "results": [
        {
            "start": 866848826,
            "stop": 866848839
        },
        {
            "start": 866848872,
            "stop": 866848911
        },
        {
            "start": 866848930,
            "stop": 866849944
        },
        {
            "start": 866850244,
            "stop": 866850399
        },
        {
            "start": 866850699,
            "stop": 866860247
        },
        {
            "start": 866860268,
            "stop": 866861860
        },
        {
            "start": 866862888,
            "stop": 866881770
        },
        {
            "start": 866881830,
            "stop": 866887022
        },
        {
            "start": 866887043,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        },
        {
            "start": 866935843,
            "stop": 866935862
        },
        {
            "start": 866935907,
            "stop": 866935930
        },
        {
            "start": 866936117,
            "stop": 866936136
        },
        {
            "start": 866936211,
            "stop": 866936230
        },
        {
            "start": 866936261,
            "stop": 866936280
        },
        {
            "start": 866936393,
            "stop": 866936410
        },
        {
            "start": 866936427,
            "stop": 866936444
        },
        {
            "start": 866938637,
            "stop": 866939580
        },
        {
            "start": 866940066,
            "stop": 866941665
        }
    ]
}